[Xfce4-commits] <xfce4-appfinder:master> Chainup unmap.
Nick Schermer
noreply at xfce.org
Sun Mar 25 20:26:02 CEST 2012
Updating branch refs/heads/master
to 30ecccffd5c12eef31e35bbebecca0685a2c419e (commit)
from 543ac6a808a0882033efab761cd0a2d8c2e71dad (commit)
commit 30ecccffd5c12eef31e35bbebecca0685a2c419e
Author: Nick Schermer <nick at xfce.org>
Date: Sun Mar 25 20:25:27 2012 +0200
Chainup unmap.
src/appfinder-window.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/appfinder-window.c b/src/appfinder-window.c
index 33f5cba..68a6bb6 100644
--- a/src/appfinder-window.c
+++ b/src/appfinder-window.c
@@ -436,6 +436,8 @@ xfce_appfinder_window_unmap (GtkWidget *widget)
xfconf_channel_set_int (window->channel, "/last/window-height", height);
xfconf_channel_set_int (window->channel, "/last/window-width", width);
xfconf_channel_set_int (window->channel, "/last/pane-position", position);
+
+ return (*GTK_WIDGET_CLASS (xfce_appfinder_window_parent_class)->unmap) (widget);
}
More information about the Xfce4-commits
mailing list