summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Nilsson <[email protected]>2010-10-26 17:09:15 +0200
committerBenjamin Valentin <[email protected]>2012-03-17 16:45:40 +0100
commitd978ff67175c8e0b05b2a6732ec47aff2dbd21b8 (patch)
tree8edf591f2fb41195c8ed6e909c0942cbf6275c5d /src
parent7d89fc8a9fbe3d16bdbb3f5eaeeb978e212c4c83 (diff)
downloadmate-system-monitor-d978ff67175c8e0b05b2a6732ec47aff2dbd21b8.tar.bz2
mate-system-monitor-d978ff67175c8e0b05b2a6732ec47aff2dbd21b8.tar.xz
Remove duplicate label in File System tab
https://bugzilla.gnome.org/show_bug.cgi?id=597250
Diffstat (limited to 'src')
-rw-r--r--src/disks.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/disks.cpp b/src/disks.cpp
index 172fc7a..c694c0a 100644
--- a/src/disks.cpp
+++ b/src/disks.cpp
@@ -288,7 +288,6 @@ GtkWidget *
create_disk_view(ProcData *procdata)
{
GtkWidget *disk_box;
- GtkWidget *label;
GtkWidget *scrolled;
GtkWidget *disk_tree;
GtkListStore *model;
@@ -310,9 +309,6 @@ create_disk_view(ProcData *procdata)
gtk_container_set_border_width(GTK_CONTAINER(disk_box), 12);
- label = make_title_label(_("File Systems"));
- gtk_box_pack_start(GTK_BOX(disk_box), label, FALSE, FALSE, 0);
-
scrolled = gtk_scrolled_window_new(NULL, NULL);
gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scrolled),
GTK_POLICY_AUTOMATIC,