gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20596 - gnunet-gtk/contrib


From: gnunet
Subject: [GNUnet-SVN] r20596 - gnunet-gtk/contrib
Date: Mon, 19 Mar 2012 09:46:47 +0100

Author: grothoff
Date: 2012-03-19 09:46:47 +0100 (Mon, 19 Mar 2012)
New Revision: 20596

Modified:
   gnunet-gtk/contrib/gnunet_fs_gtk_publish_tab.glade
Log:
-LRN: Use separate filename and progress columns in publish


Modified: gnunet-gtk/contrib/gnunet_fs_gtk_publish_tab.glade
===================================================================
--- gnunet-gtk/contrib/gnunet_fs_gtk_publish_tab.glade  2012-03-19 08:46:17 UTC 
(rev 20595)
+++ gnunet-gtk/contrib/gnunet_fs_gtk_publish_tab.glade  2012-03-19 08:46:47 UTC 
(rev 20596)
@@ -40,10 +40,21 @@
                 <property name="title">Filename</property>
                 <property name="expand">True</property>
                 <child>
-                  <object class="GtkCellRendererProgress" 
id="filename_renderer"/>
+                  <object class="GtkCellRendererText" id="filename_renderer"/>
                   <attributes>
                     <attribute name="cell-background">2</attribute>
                     <attribute name="text">0</attribute>
+                  </attributes>
+                </child>
+              </object>
+            </child>
+            <child>
+              <object class="GtkTreeViewColumn" id="progress">
+                <property name="title" translatable="yes">Progress</property>
+                <child>
+                  <object class="GtkCellRendererProgress" 
id="progress_renderer"/>
+                  <attributes>
+                    <attribute name="cell-background">2</attribute>
                     <attribute name="value">3</attribute>
                   </attributes>
                 </child>
@@ -56,6 +67,7 @@
                 <child>
                   <object class="GtkCellRendererText" id="size_renderer"/>
                   <attributes>
+                    <attribute name="cell-background">2</attribute>
                     <attribute name="background">2</attribute>
                     <attribute name="text">1</attribute>
                   </attributes>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]