summaryrefslogtreecommitdiff
path: root/src/memmaps.cpp
diff options
context:
space:
mode:
authorChris Kühl <[email protected]>2011-01-26 14:12:09 +0100
committerBenjamin Valentin <[email protected]>2012-03-17 16:45:45 +0100
commited0b5b561f7adada1e62041d29edd18612d42ea8 (patch)
tree84468cef7ccff599ffca5c0d82137dfda6495d95 /src/memmaps.cpp
parenta43f2684570c10f3c5ee2f32b41065c9d2f2f14e (diff)
downloadmate-system-monitor-ed0b5b561f7adada1e62041d29edd18612d42ea8.tar.bz2
mate-system-monitor-ed0b5b561f7adada1e62041d29edd18612d42ea8.tar.xz
Replaced occurances of gtk_dialog_set_has_separator with g_object_set.
Diffstat (limited to 'src/memmaps.cpp')
-rw-r--r--src/memmaps.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/memmaps.cpp b/src/memmaps.cpp
index 3ca8229..de32ce0 100644
--- a/src/memmaps.cpp
+++ b/src/memmaps.cpp
@@ -608,7 +608,6 @@ create_single_memmaps_dialog (GtkTreeModel *model, GtkTreePath *path,
gtk_window_set_title(GTK_WINDOW(memmapsdialog), _("Memory Maps"));
gtk_window_set_resizable(GTK_WINDOW(memmapsdialog), TRUE);
gtk_window_set_default_size(GTK_WINDOW(memmapsdialog), 575, 400);
- // gtk_dialog_set_has_separator(GTK_DIALOG(dialog), FALSE);
gtk_container_set_border_width(GTK_CONTAINER(memmapsdialog), 12);
GtkWidget *mainbox = gtk_vbox_new(FALSE, 12);