diff options
author | infirit <[email protected]> | 2014-12-17 13:26:57 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-17 13:53:30 +0100 |
commit | 5d57852465113ea406baef808d3256f7d79e58c5 (patch) | |
tree | 485428874a741111cb67a0cd9e1cdbbaf97545e7 /src/openfiles.cpp | |
parent | b04c3acf3836d122bb0ee86332d3d2cf4732c94e (diff) | |
download | mate-system-monitor-5d57852465113ea406baef808d3256f7d79e58c5.tar.bz2 mate-system-monitor-5d57852465113ea406baef808d3256f7d79e58c5.tar.xz |
Remove has-seperator property
Diffstat (limited to 'src/openfiles.cpp')
-rw-r--r-- | src/openfiles.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/openfiles.cpp b/src/openfiles.cpp index 2047e21..3aa26e9 100644 --- a/src/openfiles.cpp +++ b/src/openfiles.cpp @@ -336,9 +336,6 @@ create_single_openfiles_dialog (GtkTreeModel *model, GtkTreePath *path, NULL); gtk_window_set_resizable (GTK_WINDOW (openfilesdialog), TRUE); gtk_window_set_default_size (GTK_WINDOW (openfilesdialog), 575, 400); -#if !GTK_CHECK_VERSION(2,22,0) - g_object_set(G_OBJECT(openfilesdialog), "has-separator", FALSE, NULL); -#endif gtk_container_set_border_width (GTK_CONTAINER (openfilesdialog), 5); vbox = gtk_dialog_get_content_area (GTK_DIALOG (openfilesdialog)); |