changeset 19956:b8870878531e

Added hints to gntpounces.c and gntprefs.c
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 18 Aug 2007 19:51:17 +0000
parents 11dbf674e50e
children ae6b1f1c6686
files finch/gntpounce.c finch/gntprefs.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/finch/gntpounce.c	Sat Aug 18 19:48:11 2007 +0000
+++ b/finch/gntpounce.c	Sat Aug 18 19:51:17 2007 +0000
@@ -651,7 +651,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,
+						"pounces", pounce, 2,
 						_("Delete"), pounces_manager_delete_confirm_cb,
 						_("Cancel"), NULL);
 	g_free(buf);
--- a/finch/gntprefs.c	Sat Aug 18 19:48:11 2007 +0000
+++ b/finch/gntprefs.c	Sat Aug 18 19:51:17 2007 +0000
@@ -263,6 +263,6 @@
 	pref_request.window = purple_request_fields(NULL, _("Preferences"), NULL, NULL, fields,
 			_("Save"), G_CALLBACK(save_cb), _("Cancel"), free_strings,
 			NULL, NULL, NULL,
-			NULL);
+			"preferences", NULL);
 }