aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Screen.cc4
-rwxr-xr-xutil/fluxbox-generate_menu.in2
2 files changed, 1 insertions, 5 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 8de0345..5b903b1 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -1181,8 +1181,6 @@ FluxboxWindow *BScreen::createWindow(Window client) {
1181 return 0; 1181 return 0;
1182 } 1182 }
1183 1183
1184 bool new_win = false;
1185
1186 // check if it should be grouped with something else 1184 // check if it should be grouped with something else
1187 FluxboxWindow *win; 1185 FluxboxWindow *win;
1188 if ((win = findGroupLeft(*winclient)) != 0) { 1186 if ((win = findGroupLeft(*winclient)) != 0) {
@@ -1198,8 +1196,6 @@ FluxboxWindow *BScreen::createWindow(Window client) {
1198 winFrameTheme(), 1196 winFrameTheme(),
1199 *layerManager().getLayer(Fluxbox::instance()->getNormalLayer())); 1197 *layerManager().getLayer(Fluxbox::instance()->getNormalLayer()));
1200 1198
1201 new_win = true;
1202
1203 if (!win->isManaged()) { 1199 if (!win->isManaged()) {
1204 delete win; 1200 delete win;
1205 return 0; 1201 return 0;
diff --git a/util/fluxbox-generate_menu.in b/util/fluxbox-generate_menu.in
index cbc0483..eafb793 100755
--- a/util/fluxbox-generate_menu.in
+++ b/util/fluxbox-generate_menu.in
@@ -1556,7 +1556,7 @@ append_submenu "${MULTIMEDIAMENU}"
1556 append_submenu "${MUSICMENU}" 1556 append_submenu "${MUSICMENU}"
1557 normal_find xmms noatun alsaplayer gqmpeg aumix xmixer gmix kmix kscd \ 1557 normal_find xmms noatun alsaplayer gqmpeg aumix xmixer gmix kmix kscd \
1558 grecord kmidi xplaycd soundtracker grip easytag audacity \ 1558 grecord kmidi xplaycd soundtracker grip easytag audacity \
1559 zinf rhythmbox kaboodle beep-media-player 1559 zinf rhythmbox kaboodle beep-media-player amarok
1560 cli_find cdcd cplay alsamixer orpheus mp3blaster 1560 cli_find cdcd cplay alsamixer orpheus mp3blaster
1561 append_menu_end 1561 append_menu_end
1562 1562