changeset 19862:2f56b8cd4ec1

Added hints to gtkpounce.c
author Gabriel Schulhof <nix@go-nix.ca>
date Thu, 16 Aug 2007 21:25:07 +0000
parents 5f857c5e2d72
children ab31c7482b40
files pidgin/gtkpounce.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);