pidgin/gtkutils.c

changeset 26820
76f90ca8f6f2
parent 26753
a8dca8faae69
child 26821
ad2ea323d0f2
equal deleted inserted replaced
26819:9aa978699dbc 26820:76f90ca8f6f2
1625 account, who, NULL, 1625 account, who, NULL,
1626 data, 1626 data,
1627 _("Set as buddy icon"), DND_BUDDY_ICON, 1627 _("Set as buddy icon"), DND_BUDDY_ICON,
1628 (ft ? _("Send image file") : _("Insert in message")), (ft ? DND_FILE_TRANSFER : DND_IM_IMAGE), 1628 (ft ? _("Send image file") : _("Insert in message")), (ft ? DND_FILE_TRANSFER : DND_IM_IMAGE),
1629 NULL); 1629 NULL);
1630 gdk_pixbuf_unref(pb); 1630 g_object_unref(G_OBJECT(pb));
1631 return; 1631 return;
1632 } 1632 }
1633 1633
1634 #ifndef _WIN32 1634 #ifndef _WIN32
1635 /* Are we trying to send a .desktop file? */ 1635 /* Are we trying to send a .desktop file? */

mercurial