More autojoin wording tweaks

This commit is contained in:
TingPing
2013-06-13 20:53:55 -04:00
parent 9b958ed393
commit 7ef8d0d443
4 changed files with 14 additions and 7 deletions

View File

@@ -629,7 +629,7 @@ chanlist_button_cb (GtkTreeView *tree, GdkEventButton *event, server *serv)
chanlist_copytopic, serv);
chan = chanlist_get_selected (serv, FALSE);
menu_addfavoritemenu (serv, menu, chan);
menu_addfavoritemenu (serv, menu, chan, FALSE);
g_free (chan);
gtk_menu_popup (GTK_MENU (menu), NULL, NULL, NULL, NULL, 0, event->time);