[gnome-disk-utility] Stop using gtk_tree_view_set_rules_hint



commit 340b487ee4330b6ad63d1b117f0526e27720513d
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Aug 29 14:54:03 2015 -0500

    Stop using gtk_tree_view_set_rules_hint
    
    It's deprecated.

 src/disks/gduatasmartdialog.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/disks/gduatasmartdialog.c b/src/disks/gduatasmartdialog.c
index 2cd355d..9e89b71 100644
--- a/src/disks/gduatasmartdialog.c
+++ b/src/disks/gduatasmartdialog.c
@@ -1506,7 +1506,6 @@ gdu_ata_smart_dialog_show (GduWindow    *window,
   gtk_tree_view_set_model (GTK_TREE_VIEW (data->attributes_treeview),
                            GTK_TREE_MODEL (data->attributes_list));
 
-  gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (data->attributes_treeview), TRUE);
   gtk_tree_view_set_tooltip_column (GTK_TREE_VIEW (data->attributes_treeview), LONG_DESC_COLUMN);
 
   column = gtk_tree_view_column_new ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]