aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-07-15 16:32:54 (GMT)
committermarkt <markt>2007-07-15 16:32:54 (GMT)
commit5aecf58d47702e6d12ff1174b03a797b516245b7 (patch)
treef110bca2f57fc838c5e70cb0725276af7548aefd /src/Gnome.cc
parent857a6d0a6aaafcb453efaa7307194ea1e1387d58 (diff)
downloadfluxbox-5aecf58d47702e6d12ff1174b03a797b516245b7.zip
fluxbox-5aecf58d47702e6d12ff1174b03a797b516245b7.tar.bz2
make sure menus close only when right clicking down and up on the 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(),