aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-19 08:46:47 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-19 08:46:47 +0000
commit9414041cdcd5a90eada1194e5bdea48f19dc7cac (patch)
tree8a694b58baea7b16f1e54b7c5b495505f08f5a34
parentd8819d85ec19d1502adb69d32892d0657290afb3 (diff)
downloadgnunet-gtk-9414041cdcd5a90eada1194e5bdea48f19dc7cac.tar.gz
gnunet-gtk-9414041cdcd5a90eada1194e5bdea48f19dc7cac.zip
-LRN: Use separate filename and progress columns in publish
-rw-r--r--contrib/gnunet_fs_gtk_publish_tab.glade14
1 files changed, 13 insertions, 1 deletions
diff --git a/contrib/gnunet_fs_gtk_publish_tab.glade b/contrib/gnunet_fs_gtk_publish_tab.glade
index 56f78d69..828e3aa4 100644
--- a/contrib/gnunet_fs_gtk_publish_tab.glade
+++ b/contrib/gnunet_fs_gtk_publish_tab.glade
@@ -40,10 +40,21 @@
40 <property name="title">Filename</property> 40 <property name="title">Filename</property>
41 <property name="expand">True</property> 41 <property name="expand">True</property>
42 <child> 42 <child>
43 <object class="GtkCellRendererProgress" id="filename_renderer"/> 43 <object class="GtkCellRendererText" id="filename_renderer"/>
44 <attributes> 44 <attributes>
45 <attribute name="cell-background">2</attribute> 45 <attribute name="cell-background">2</attribute>
46 <attribute name="text">0</attribute> 46 <attribute name="text">0</attribute>
47 </attributes>
48 </child>
49 </object>
50 </child>
51 <child>
52 <object class="GtkTreeViewColumn" id="progress">
53 <property name="title" translatable="yes">Progress</property>
54 <child>
55 <object class="GtkCellRendererProgress" id="progress_renderer"/>
56 <attributes>
57 <attribute name="cell-background">2</attribute>
47 <attribute name="value">3</attribute> 58 <attribute name="value">3</attribute>
48 </attributes> 59 </attributes>
49 </child> 60 </child>
@@ -56,6 +67,7 @@
56 <child> 67 <child>
57 <object class="GtkCellRendererText" id="size_renderer"/> 68 <object class="GtkCellRendererText" id="size_renderer"/>
58 <attributes> 69 <attributes>
70 <attribute name="cell-background">2</attribute>
59 <attribute name="background">2</attribute> 71 <attribute name="background">2</attribute>
60 <attribute name="text">1</attribute> 72 <attribute name="text">1</attribute>
61 </attributes> 73 </attributes>