Advertisement
Guest User

Untitled

a guest
Sep 11th, 2011
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.70 KB | None | 0 0
  1. "widgets/modest-window-mgr.c" @299
  2.  
  3.         if (priv->queue_change_handler > 0) {
  4.                 g_signal_handler_disconnect (G_OBJECT (modest_runtime_get_mail_operation_queue ()),
  5.                                              priv->queue_change_handler);
  6.                 priv->queue_change_handler = 0;
  7.         }
  8.  
  9. ----
  10. "widgets/modest-folder-window.c" @284
  11.  
  12.         if (g_signal_handler_is_connected (G_OBJECT (modest_runtime_get_mail_operation_queue ()),
  13.                                            priv->queue_change_handler))
  14.                 g_signal_handler_disconnect (G_OBJECT (modest_runtime_get_mail_operation_queue ()),
  15.                                              priv->queue_change_handler);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement