# HG changeset patch # User Gabriel Schulhof # Date 1187299295 0 # Node ID 5f857c5e2d729a13e7c018bab82d9db8ee15da72 # Parent 9a6d429d7aedb43d693595b671445ef5df2f12ec Added hints to gtklog.c and gtkplugin.c - starting to use Pidgin-specific hints diff -r 9a6d429d7aed -r 5f857c5e2d72 pidgin/gtklog.c --- a/pidgin/gtklog.c Thu Aug 16 21:17:59 2007 +0000 +++ b/pidgin/gtklog.c Thu Aug 16 21:21:35 2007 +0000 @@ -322,8 +322,7 @@ data2[2] = log; purple_request_action(lv, NULL, "Delete Log?", tmp, 0, NULL, NULL, NULL, - /* "conversation" could be replaced with something Pidgin-specific */ - "conversation", data2, 2, + "pidgin-log", data2, 2, _("Delete"), delete_log_cb, _("Cancel"), delete_log_cleanup_cb); g_free(tmp); diff -r 9a6d429d7aed -r 5f857c5e2d72 pidgin/gtkplugin.c --- a/pidgin/gtkplugin.c Thu Aug 16 21:17:59 2007 +0000 +++ b/pidgin/gtkplugin.c Thu Aug 16 21:21:35 2007 +0000 @@ -283,7 +283,7 @@ _("Multiple plugins will be unloaded."), tmp->str, 0, NULL, NULL, NULL, - cb_data, 2, + "pidgin-plugins", cb_data, 2, _("Unload Plugins"), G_CALLBACK(plugin_unload_confirm_cb), _("Cancel"), g_free); g_string_free(tmp, TRUE);