summaryrefslogtreecommitdiff
path: root/settings/xfpm-settings.c
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2015-03-02 00:16:24 +0100
committerEric Koegel <eric.koegel@gmail.com>2015-03-22 14:52:40 +0300
commit91541ccf47c5786c42848c03078e2043cc0b5812 (patch)
tree898ca9845084889a235f977378b5d45e3b63c9cd /settings/xfpm-settings.c
parent2087d60f7f535d920ba7590535ee42ba0c2fe394 (diff)
downloadixfce4-power-manager-91541ccf47c5786c42848c03078e2043cc0b5812.tar.gz
Port settings dialog to Gtk3
Diffstat (limited to 'settings/xfpm-settings.c')
-rw-r--r--settings/xfpm-settings.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/settings/xfpm-settings.c b/settings/xfpm-settings.c
index 4ff41786..d282d251 100644
--- a/settings/xfpm-settings.c
+++ b/settings/xfpm-settings.c
@@ -2343,7 +2343,6 @@ xfpm_settings_dialog_new (XfconfChannel *channel, gboolean auth_suspend,
gtk_tree_view_set_model (GTK_TREE_VIEW (sideview), GTK_TREE_MODEL (list_store));
- gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (sideview),TRUE);
col = gtk_tree_view_column_new ();
renderer = gtk_cell_renderer_pixbuf_new ();
@@ -2365,7 +2364,7 @@ xfpm_settings_dialog_new (XfconfChannel *channel, gboolean auth_suspend,
device_details_notebook = gtk_notebook_new ();
gtk_notebook_set_show_tabs (GTK_NOTEBOOK (device_details_notebook), FALSE);
- hbox = gtk_hbox_new (FALSE, 3);
+ hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 3);
viewport = gtk_viewport_new (NULL, NULL);
gtk_container_add (GTK_CONTAINER (viewport), sideview);