# HG changeset patch # User Gabriel Schulhof # Date 1187299507 0 # Node ID 2f56b8cd4ec1718965a3793c8b4c0a74122d51b7 # Parent 5f857c5e2d729a13e7c018bab82d9db8ee15da72 Added hints to gtkpounce.c diff -r 5f857c5e2d72 -r 2f56b8cd4ec1 pidgin/gtkpounce.c --- a/pidgin/gtkpounce.c Thu Aug 16 21:21:35 2007 +0000 +++ b/pidgin/gtkpounce.c Thu Aug 16 21:25:07 2007 +0000 @@ -156,7 +156,7 @@ purple_request_file(entry, _("Select a file"), name, FALSE, G_CALLBACK(pounce_update_entry_fields), NULL, NULL, NULL, NULL, - entry); + "pidgin-pounce-editor", entry); g_signal_connect_swapped(G_OBJECT(entry), "destroy", G_CALLBACK(purple_request_close_with_handle), entry); } @@ -1110,7 +1110,7 @@ buf = g_strdup_printf(_("Are you sure you want to delete the pounce on %s for %s?"), pouncee, pouncer); purple_request_action(pounce, NULL, buf, NULL, 0, account, pouncee, NULL, - pounce, 2, + "pidgin-pounces", pounce, 2, _("Delete"), pounces_manager_delete_confirm_cb, _("Cancel"), NULL); g_free(buf);