SVN_SILENT: coding style!
svn path=/trunk/KDE/kdelibs/; revision=910608
This commit is contained in:
parent
ad56e279e2
commit
dd99751e2b
@ -496,7 +496,7 @@ void ContainmentPrivate::containmentActions(KMenu &desktopMenu)
|
|||||||
foreach (QAction *action, actions) {
|
foreach (QAction *action, actions) {
|
||||||
if (action) {
|
if (action) {
|
||||||
desktopMenu.addAction(action);
|
desktopMenu.addAction(action);
|
||||||
if(action->isSeparator()) {
|
if (action->isSeparator()) {
|
||||||
separatorAction = action;
|
separatorAction = action;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -506,7 +506,7 @@ void ContainmentPrivate::containmentActions(KMenu &desktopMenu)
|
|||||||
|
|
||||||
//TODO: should a submenu be created if there are too many containment specific
|
//TODO: should a submenu be created if there are too many containment specific
|
||||||
// actions? see folderview containment
|
// actions? see folderview containment
|
||||||
if(q->containmentType() == Containment::DesktopContainment) {
|
if (q->containmentType() == Containment::DesktopContainment) {
|
||||||
desktopMenu.insertAction(separatorAction, q->action("activity settings"));
|
desktopMenu.insertAction(separatorAction, q->action("activity settings"));
|
||||||
if (q->hasConfigurationInterface()) {
|
if (q->hasConfigurationInterface()) {
|
||||||
desktopMenu.addAction(q->action("configure"));
|
desktopMenu.addAction(q->action("configure"));
|
||||||
|
Loading…
Reference in New Issue
Block a user