Mercurial > pidgin.yaz
diff pidgin/gtkdialogs.c @ 20615:78ef8bd992f9
Re-worked gtklog functions and perl bindings
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sat, 22 Sep 2007 20:55:11 +0000 |
parents | ec247a10b12b |
children | bf2fbd06eaf2 |
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c Sat Sep 22 20:41:58 2007 +0000 +++ b/pidgin/gtkdialogs.c Sat Sep 22 20:55:11 2007 +0000 @@ -944,7 +944,7 @@ PurpleBlistNode *node = cur->data; if ((node != NULL) && ((node->prev != NULL) || (node->next != NULL))) { - pidgin_log_show_contact(GTK_WINDOW(gtkblist->window), (PurpleContact *)node->parent); + pidgin_log_show_contact_with_parent(GTK_WINDOW(gtkblist->window), (PurpleContact *)node->parent); g_slist_free(buddies); pidgin_clear_cursor(gtkblist->window); g_free(username); @@ -953,7 +953,7 @@ } g_slist_free(buddies); - pidgin_log_show(GTK_WINDOW(gtkblist->window), PURPLE_LOG_IM, username, account); + pidgin_log_show_with_parent(GTK_WINDOW(gtkblist->window), PURPLE_LOG_IM, username, account); pidgin_clear_cursor(gtkblist->window); }