~ubuntu-branches/debian/wheezy/kde-workspace/wheezy

« back to all changes in this revision

Viewing changes to kwin/kcmkwin/kwinrules/detectwidget.cpp

  • Committer: Package Import Robot
  • Author(s): Debian Qt/KDE Maintainers, José Manuel Santamaría Lema, Felix Geyer
  • Date: 2011-12-17 23:27:58 UTC
  • mfrom: (4.1.2)
  • Revision ID: package-import@ubuntu.com-20111217232758-2a5qh88q7z7da2vv
Tags: 4:4.7.4-1
* New upstream release.

[ José Manuel Santamaría Lema ]
* Bump kde-sc-dev-latest build dependency to 4:4.7.4.
* Bump shared-desktop-ontologies build dependency to 0.8.
* The following dummy transitional packages are now in section "oldlibs":
  - kdebase-workspace
  - kdebase-workspace-bin
  - kdebase-workspace-dev
  - kdebase-workspace-dbg
* Confirm symbols files on more architectures with the 4.7.2 build logs.

[ Felix Geyer ]
* kde-workspace recommends kmenuedit as it's in a separate package now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
                           | NET::ToolbarMask | NET::MenuMask | NET::DialogMask | NET::OverrideMask | NET::TopMenuMask
86
86
                           | NET::UtilityMask | NET::SplashMask);
87
87
    title = info.name();
88
 
    extrarole = ""; // TODO
89
88
    machine = info.clientMachine();
90
89
    executeDialog();
91
90
}
116
115
    else
117
116
        widget->type_label->setText(i18n(types[ type ]));
118
117
    widget->title_label->setText(title);
119
 
    widget->extrarole_label->setText(extrarole);
120
118
    widget->machine_label->setText(machine);
121
119
    widget->adjustSize();
122
120
    adjustSize();