Added hints to gtkutils.c

Thu, 16 Aug 2007 21:39:23 +0000

author
Gabriel Schulhof <nix@go-nix.ca>
date
Thu, 16 Aug 2007 21:39:23 +0000
changeset 19298
5c222783a163
parent 19297
e4d8a49482d2
child 19299
c5d4c58c758b

Added hints to gtkutils.c

pidgin/gtkutils.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkutils.c	Thu Aug 16 21:36:17 2007 +0000
+++ b/pidgin/gtkutils.c	Thu Aug 16 21:39:23 2007 +0000
@@ -1523,7 +1523,7 @@
 						    DND_FILE_TRANSFER, "OK", (GCallback)dnd_image_ok_callback,
 						    "Cancel", (GCallback)dnd_image_cancel_callback,
 							account, who, NULL,
-							data,
+							"conversation", data,
 							_("Set as buddy icon"), DND_BUDDY_ICON,
 						    _("Send image file"), DND_FILE_TRANSFER,
 						    _("Insert in message"), DND_IM_IMAGE,
@@ -1533,7 +1533,7 @@
 							_("Would you like to set it as the buddy icon for this user?"),
 							0,
 							account, who, NULL,
-							data, (GCallback)dnd_set_icon_ok_cb, (GCallback)dnd_set_icon_cancel_cb);
+							"conversation", data, (GCallback)dnd_set_icon_ok_cb, (GCallback)dnd_set_icon_cancel_cb);
 			else
 				purple_request_choice(NULL, NULL,
 						    _("You have dragged an image"),

mercurial