[yast-commit] r62250 - /trunk/gtk/src/pkg/ygtkpkglistview.cc
Author: rpmcruz Date: Wed Jul 14 14:37:59 2010 New Revision: 62250 URL: http://svn.opensuse.org/viewcvs/yast?rev=62250&view=rev Log: Duplicate separator item. Modified: trunk/gtk/src/pkg/ygtkpkglistview.cc Modified: trunk/gtk/src/pkg/ygtkpkglistview.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/src/pkg/ygtkpkglistview.cc?rev=62250&r1=62249&r2=62250&view=diff ============================================================================== --- trunk/gtk/src/pkg/ygtkpkglistview.cc (original) +++ trunk/gtk/src/pkg/ygtkpkglistview.cc Wed Jul 14 14:37:59 2010 @@ -472,7 +472,6 @@ 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, pThis); - gtk_menu_shell_append (GTK_MENU_SHELL (menu), gtk_separator_menu_item_new()); ygtk_tree_view_append_show_columns_item (YGTK_TREE_VIEW (pThis->impl->view), menu); } ygtk_tree_view_popup_menu (YGTK_TREE_VIEW (pThis->impl->view), menu); -- 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