[yast-commit] r60454 - /trunk/gtk/src/pkg/ygtkpackageview.cc
Author: rpmcruz Date: Tue Jan 19 23:55:40 2010 New Revision: 60454 URL: http://svn.opensuse.org/viewcvs/yast?rev=60454&view=rev Log: Set rules_hint true. 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=60454&r1=60453&r2=60454&view=diff ============================================================================== --- trunk/gtk/src/pkg/ygtkpackageview.cc (original) +++ trunk/gtk/src/pkg/ygtkpackageview.cc Tue Jan 19 23:55:40 2010 @@ -707,6 +707,8 @@ gtk_tree_view_set_fixed_height_mode (view, TRUE); gtk_tree_view_set_headers_visible (view, FALSE); gtk_tree_view_set_enable_tree_lines (view, TRUE); + // FIXME: do we want rules_hint really? + gtk_tree_view_set_rules_hint (view, TRUE); GtkTreeSelection *selection = gtk_tree_view_get_selection (view); gtk_tree_selection_set_mode (selection, GTK_SELECTION_MULTIPLE); -- 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