diff finch/gntprefs.c @ 19970:6a0d9fa477d4

propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d) to branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 656aa6cb789d7885b3a72600bf323c104d8ebfd8)
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 12 Sep 2007 19:11:38 +0000
parents 44b4e8bd759b b8870878531e
children 591267f6f1d5
line wrap: on
line diff
--- a/finch/gntprefs.c	Wed Sep 12 15:59:22 2007 +0000
+++ b/finch/gntprefs.c	Wed Sep 12 19:11:38 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);
 }