comparison finch/gntnotify.c @ 31813:ea2a155b4439

propagate from branch 'im.pidgin.pidgin' (head 7d1d85421a7221e67b586df32625c65c1434f195) to branch 'im.pidgin.pidgin.next.minor' (head 5806c0bc47c791300ede51ab92336dd817bd149c)
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 08 Jan 2011 03:10:40 +0000
parents a8cc50c2279f
children 5e574e30256b 63fb41aa3dbe
comparison
equal deleted inserted replaced
31812:539aa44be788 31813:ea2a155b4439
128 if (!widget) 128 if (!widget)
129 return; 129 return;
130 130
131 while (widget->parent) 131 while (widget->parent)
132 widget = widget->parent; 132 widget = widget->parent;
133 133
134 if (type == PURPLE_NOTIFY_SEARCHRESULTS) 134 if (type == PURPLE_NOTIFY_SEARCHRESULTS)
135 purple_notify_searchresults_free(g_object_get_data(handle, "notify-results")); 135 purple_notify_searchresults_free(g_object_get_data(handle, "notify-results"));
136 #if 1 136 #if 1
137 /* This did not seem to be necessary */ 137 /* This did not seem to be necessary */
138 g_signal_handlers_disconnect_by_func(G_OBJECT(widget), 138 g_signal_handlers_disconnect_by_func(G_OBJECT(widget),
487 finch_notify_uri(const char *url) 487 finch_notify_uri(const char *url)
488 { 488 {
489 return finch_notify_message(PURPLE_NOTIFY_URI, _("URI"), url, NULL); 489 return finch_notify_message(PURPLE_NOTIFY_URI, _("URI"), url, NULL);
490 } 490 }
491 491
492 static PurpleNotifyUiOps ops = 492 static PurpleNotifyUiOps ops =
493 { 493 {
494 finch_notify_message, 494 finch_notify_message,
495 finch_notify_email, 495 finch_notify_email,
496 finch_notify_emails, 496 finch_notify_emails,
497 finch_notify_formatted, 497 finch_notify_formatted,