aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-07-15 16:33:32 (GMT)
committermarkt <markt>2007-07-15 16:33:32 (GMT)
commit9c843719a37eb3f63276f338bbc7cc227dc4e439 (patch)
tree95b779b3e789e90a1be1ff0d7cc95acf82044269 /src/Gnome.cc
parent595e3011704ceccbb5f22886f46ab7d05968e07b (diff)
downloadfluxbox-9c843719a37eb3f63276f338bbc7cc227dc4e439.zip
fluxbox-9c843719a37eb3f63276f338bbc7cc227dc4e439.tar.bz2
only close menus when right clicking down and up on titlebar
Diffstat (limited to 'src/Gnome.cc')
-rw-r--r--src/Gnome.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gnome.cc b/src/Gnome.cc
index 94ff9e7..5bdb986 100644
--- a/src/Gnome.cc
+++ b/src/Gnome.cc
@@ -216,7 +216,7 @@ void Gnome::updateClientList(BScreen &screen) {
216} 216}
217 217
218void Gnome::updateClientClose(WinClient &client) { 218void Gnome::updateClientClose(WinClient &client) {
219 if (client.screen().isShuttingdown()) { 219 if (!client.screen().isShuttingdown()) {
220 XDeleteProperty(FbTk::App::instance()->display(), client.window(), 220 XDeleteProperty(FbTk::App::instance()->display(), client.window(),
221 m_gnome_wm_win_workspace); 221 m_gnome_wm_win_workspace);
222 XDeleteProperty(FbTk::App::instance()->display(), client.window(), 222 XDeleteProperty(FbTk::App::instance()->display(), client.window(),