[yast-commit] r60203 - /trunk/gtk/src/pkg/ygtkpackageview.cc
Author: rpmcruz Date: Tue Dec 29 02:59:15 2009 New Revision: 60203 URL: http://svn.opensuse.org/viewcvs/yast?rev=60203&view=rev Log: Removed line by mistake. Modified: trunk/gtk/src/pkg/ygtkpackageview.cc Modified: trunk/gtk/src/pkg/ygtkpackageview.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/src/pkg/ygtkpackageview.cc?rev=60203&r1=60202&r2=60203&view=diff ============================================================================== --- trunk/gtk/src/pkg/ygtkpackageview.cc (original) +++ trunk/gtk/src/pkg/ygtkpackageview.cc Tue Dec 29 02:59:15 2009 @@ -1110,7 +1110,8 @@ } if (!empty) gtk_menu_shell_append (GTK_MENU_SHELL (menu), gtk_separator_menu_item_new()); - gtk_menu_shell_append (GTK_MENU_SHELL (menu), gtk_separator_menu_item_new()); + inner::appendItem (menu, NULL, NULL, GTK_STOCK_SELECT_ALL, + true, inner::select_all_cb, this); GtkWidget *item = gtk_menu_item_new_with_mnemonic (_("_Show Column")); gtk_menu_shell_append (GTK_MENU_SHELL (menu), item); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rpmcruz@svn.opensuse.org