diff pidgin/gtkutils.c @ 22143:70fc60344317

A few more of those "default_action" fixes
author Mark Doliner <mark@kingant.net>
date Thu, 17 Jan 2008 08:10:37 +0000
parents 0503cd74cb56
children d536700e73e1 02eda4bd2b22 e9cf897bd873
line wrap: on
line diff
--- a/pidgin/gtkutils.c	Thu Jan 17 08:02:38 2008 +0000
+++ b/pidgin/gtkutils.c	Thu Jan 17 08:10:37 2008 +0000
@@ -1595,7 +1595,7 @@
 			else if (!(im || ft))
 				purple_request_yes_no(NULL, NULL, _("You have dragged an image"),
 							_("Would you like to set it as the buddy icon for this user?"),
-							0,
+							PURPLE_DEFAULT_ACTION_NONE,
 							account, who, NULL,
 							data, (GCallback)dnd_set_icon_ok_cb, (GCallback)dnd_set_icon_cancel_cb);
 			else