Mercurial > pidgin.yaz
changeset 18064:50e4d702beb7
disapproval of revision 'e56ef4384d474a6ac265a4f63395063b07facfec'
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Thu, 07 Jun 2007 10:56:55 +0000 |
parents | 0c7e3e81c434 |
children | c3b4adf3efe6 |
files | pidgin/gtkimhtmltoolbar.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkimhtmltoolbar.c Thu Jun 07 03:11:40 2007 +0000 +++ b/pidgin/gtkimhtmltoolbar.c Thu Jun 07 10:56:55 2007 +0000 @@ -1151,10 +1151,8 @@ gtk_button_set_relief(GTK_BUTTON(insert_button), GTK_RELIEF_NONE); bbox = gtk_hbox_new(FALSE, 3); gtk_container_add(GTK_CONTAINER(insert_button), bbox); -#if 0 image = gtk_image_new_from_stock(PIDGIN_STOCK_TOOLBAR_INSERT, gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL)); gtk_box_pack_start(GTK_BOX(bbox), image, FALSE, FALSE, 0); -#endif label = gtk_label_new_with_mnemonic(_("_Insert")); gtk_box_pack_start(GTK_BOX(bbox), label, FALSE, FALSE, 0); gtk_box_pack_start(GTK_BOX(hbox), insert_button, FALSE, FALSE, 0);