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/procdialogs.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/procdialogs.cpp')
-rw-r--r-- | src/procdialogs.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/procdialogs.cpp b/src/procdialogs.cpp index 1d4edbc..b846d04 100644 --- a/src/procdialogs.cpp +++ b/src/procdialogs.cpp @@ -182,9 +182,6 @@ procdialog_create_renice_dialog (ProcData *procdata) NULL); renice_dialog = dialog; gtk_window_set_resizable (GTK_WINDOW (renice_dialog), FALSE); -#if !GTK_CHECK_VERSION(2,22,0) - g_object_set (G_OBJECT (renice_dialog), "has-separator", FALSE, NULL); -#endif gtk_container_set_border_width (GTK_CONTAINER (renice_dialog), 5); button = gtk_button_new (); @@ -509,9 +506,6 @@ procdialog_create_preferences_dialog (ProcData *procdata) /* any function to set list height by contents/items inside it. */ gtk_window_set_default_size (GTK_WINDOW (dialog), 400, 420); gtk_container_set_border_width (GTK_CONTAINER (dialog), 5); -#if !GTK_CHECK_VERSION(2,22,0) - g_object_set (G_OBJECT (dialog), "has-separator", FALSE, NULL); -#endif prefs_dialog = dialog; main_vbox = gtk_dialog_get_content_area (GTK_DIALOG (dialog)); |