Re: [evolution-patches] Cleanups of deprecated functions for the calendar component



ons, 29,.09.2004 kl. 22.10 +0200, skrev Kjartan Maraas:
> This is the same type of cleanup for the calendar.
> 
> This time against HEAD only.
> 
> Cheers
> Kjartan
> 
This:

-       gtk_signal_handler_unblock_by_data (GTK_OBJECT (priv->start_timezone),
-                                           epage);
-       gtk_signal_handler_unblock_by_data (GTK_OBJECT (priv->end_timezone),
-                                           epage);
+       gtk_signal_compat_matched (GTK_OBJECT (priv->start_timezone), 0,
+                                  epage, G_SIGNAL_MATCH_DATA, 1);
+       gtk_signal_compat_matched (GTK_OBJECT (priv->end_timezone), 0,
+                                  epage, G_SIGNAL_MATCH_DATA, 1);

stuff is wrong, please disregard it for now

Same goes for

gtk_signal_handler_block_by_data -> gtk_signal_compat_matched
gtk_signal_disconnect_by_func -> gtk_signal_compat_matched

I'll rediff and resend when those are cleaned up.

Cheers
Kjartan




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]