pidgin/gtkconv.c

changeset 27591
efc1df00bf0b
parent 27234
82035475de62
child 27593
003fc1b49072
equal deleted inserted replaced
27590:08b862f1b4e6 27591:efc1df00bf0b
1768 gtk_widget_set_sensitive(button, FALSE); 1768 gtk_widget_set_sensitive(button, FALSE);
1769 else 1769 else
1770 g_object_set_data_full(G_OBJECT(button), "user_data", g_strdup(who), g_free); 1770 g_object_set_data_full(G_OBJECT(button), "user_data", g_strdup(who), g_free);
1771 } 1771 }
1772 1772
1773 button = pidgin_new_item_from_stock(menu, _("Last said"), GTK_STOCK_INDEX, 1773 button = pidgin_new_item_from_stock(menu, _("Last Said"), GTK_STOCK_INDEX,
1774 G_CALLBACK(menu_last_said_cb), PIDGIN_CONVERSATION(conv), 0, 0, NULL); 1774 G_CALLBACK(menu_last_said_cb), PIDGIN_CONVERSATION(conv), 0, 0, NULL);
1775 g_object_set_data_full(G_OBJECT(button), "user_data", g_strdup(who), g_free); 1775 g_object_set_data_full(G_OBJECT(button), "user_data", g_strdup(who), g_free);
1776 if (!get_mark_for_user(PIDGIN_CONVERSATION(conv), who)) 1776 if (!get_mark_for_user(PIDGIN_CONVERSATION(conv), who))
1777 gtk_widget_set_sensitive(button, FALSE); 1777 gtk_widget_set_sensitive(button, FALSE);
1778 1778

mercurial