2007-06-29 Murray Cumming <murrayc@murrayc-desktop>
authorMurray Cumming <murrayc@murrayc.com>
Fri, 29 Jun 2007 11:58:12 +0000 (11:58 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 29 Jun 2007 11:58:12 +0000 (11:58 +0000)
* src/maemo/modest-main-window.c: (connect_signals):
Don't connect to delete_event twice. Maybe this was harmless.

pmo-trunk-r2494

ChangeLog2
src/maemo/modest-main-window.c

index 164b58e..ae22448 100644 (file)
@@ -1,3 +1,8 @@
+2007-06-29  Murray Cumming  <murrayc@murrayc-desktop>
+
+       * src/maemo/modest-main-window.c: (connect_signals):
+       Don't connect to delete_event twice. Maybe this was harmless.
+
 2007-06-29  Murray Cumming  <murrayc@murrayc.com
 
        * libmodest-dbus-client/libmodest-dbus-client.c: Improved the documentation slightly.
index a1f8f46..921cfc2 100644 (file)
@@ -637,7 +637,6 @@ connect_signals (ModestMainWindow *self)
        g_signal_connect (G_OBJECT (self), "window-state-event",
                          G_CALLBACK (modest_main_window_window_state_event),
                          NULL);
-       g_signal_connect (G_OBJECT(self), "delete-event", G_CALLBACK(on_delete_event), self);
        
        /* Mail Operation Queue */
        priv->queue_changed_handler_uid =