Mercurial > pidgin
changeset 27414:605b950f4644
disapproval of revision '6b146c92bd0f878c7321a914c74044d50273abcf'
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Wed, 22 Jul 2009 02:35:10 +0000 |
parents | dbdad6bbf382 |
children | c43c87965db9 |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Fri Jul 10 02:44:50 2009 +0000 +++ b/pidgin/gtkconv.c Wed Jul 22 02:35:10 2009 +0000 @@ -959,12 +959,6 @@ } static void -menu_join_chat_cb(gpointer data, guint action, GtkWidget *widget) -{ - pidgin_blist_joinchat_show(); -} - -static void savelog_writefile_cb(void *user_data, const char *filename) { PurpleConversation *conv = (PurpleConversation *)user_data; @@ -3139,8 +3133,6 @@ { N_("/Conversation/New Instant _Message..."), "<CTL>M", menu_new_conv_cb, 0, "<StockItem>", PIDGIN_STOCK_TOOLBAR_MESSAGE_NEW }, - { N_("/Conversation/Join a _Chat..."), "<CTL>C", menu_join_chat_cb, - 0, "<StockItem>", PIDGIN_STOCK_CHAT }, { "/Conversation/sep0", NULL, NULL, 0, "<Separator>", NULL },