~ubuntu-branches/ubuntu/hardy/kdebase-workspace/hardy-backports

« back to all changes in this revision

Viewing changes to kcontrol/xinerama/xineramawidget.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2008-05-02 23:57:34 UTC
  • mfrom: (1.2.1 upstream) (20.1.22 hardy)
  • Revision ID: james.westby@ubuntu.com-20080502235734-kwrykz4qcvunwqf4
Tags: 4:4.0.4-0ubuntu1~hardy1
* New upstream release (LP: #225994)
* Updated control file (LP: #220655)
* Updated install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    connect(_enableXinerama, SIGNAL(toggled(bool)), _enableMaximize, SLOT(setEnabled(bool)));
30
30
    connect(_enableXinerama, SIGNAL(toggled(bool)), TextLabel2, SLOT(setEnabled(bool)));
31
31
    connect(_enableXinerama, SIGNAL(toggled(bool)), _unmanagedDisplay, SLOT(setEnabled(bool)));
32
 
    connect(_enableXinerama, SIGNAL(clicked()), _unmanagedDisplay, SLOT(emitConfigChanged()));
33
32
    connect(_enableResistance,SIGNAL(clicked()), this, SLOT(emitConfigChanged()));
34
33
    connect(_enablePlacement,SIGNAL(clicked()), this, SLOT(emitConfigChanged()));
35
34
    connect(_enableMaximize,SIGNAL(clicked()), this, SLOT(emitConfigChanged()));