[gnome-system-monitor] Remove duplicate label in File System tab
- From: Andreas Nilsson <andreasn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-monitor] Remove duplicate label in File System tab
- Date: Tue, 26 Oct 2010 15:10:39 +0000 (UTC)
commit dd7f7953d01a3e1b8bd78334aed05c016558df85
Author: Andreas Nilsson <nisses mail home se>
Date: Tue Oct 26 17:09:15 2010 +0200
Remove duplicate label in File System tab
https://bugzilla.gnome.org/show_bug.cgi?id=597250
src/disks.cpp | 4 ----
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]