# HG changeset patch # User Gabriel Schulhof # Date 1187300447 0 # Node ID ad214eb84054b003f1af2a87e53581f005f009dc # Parent fae7f3261aabef1b8986fcbbb19275296fb55aad Added hints to gtkutils.c diff -r fae7f3261aab -r ad214eb84054 pidgin/gtkutils.c --- a/pidgin/gtkutils.c Thu Aug 16 21:39:23 2007 +0000 +++ b/pidgin/gtkutils.c Thu Aug 16 21:40:47 2007 +0000 @@ -1543,7 +1543,7 @@ "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, (ft ? _("Send image file") : _("Insert in message")), (ft ? DND_FILE_TRANSFER : DND_IM_IMAGE), NULL);