aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r--src/empathy-main-window.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 3ac36ae52..4db232b97 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -117,6 +117,9 @@ typedef struct {
static EmpathyMainWindow *main_window = NULL;
+static gboolean main_window_configure_event_timeout_cb (
+ EmpathyMainWindow *window);
+
static void
main_window_flash_stop (EmpathyMainWindow *window)
{
@@ -648,6 +651,7 @@ main_window_destroy_cb (GtkWidget *widget,
if (window->size_timeout_id) {
g_source_remove (window->size_timeout_id);
+ main_window_configure_event_timeout_cb (window);
}
g_list_free (window->actions_connected);