Mercurial > pidgin.yaz
changeset 19668:69484819987e
Remove the 'Hide' option from the menu.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 07 Sep 2007 06:51:24 +0000 |
parents | a2f5a28ba983 |
children | 7e2327d291fb |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Thu Sep 06 07:59:55 2007 +0000 +++ b/pidgin/gtkconv.c Fri Sep 07 06:51:24 2007 +0000 @@ -1304,6 +1304,7 @@ add_remove_cb(NULL, PIDGIN_CONVERSATION(conv)); } +#if 0 static void menu_hide_conv_cb(gpointer data, guint action, GtkWidget *widget) { @@ -1314,6 +1315,7 @@ "conversation-hiding", gtkconv); purple_conversation_set_ui_ops(conv, NULL); } +#endif static void menu_close_conv_cb(gpointer data, guint action, GtkWidget *widget) @@ -2906,8 +2908,6 @@ { "/Conversation/sep4", NULL, NULL, 0, "<Separator>", NULL }, - { N_("/Conversation/_Hide"), NULL, menu_hide_conv_cb, 0, - "<Item>", NULL}, { N_("/Conversation/_Close"), NULL, menu_close_conv_cb, 0, "<StockItem>", GTK_STOCK_CLOSE },