gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r16759 - gnunet-gtk/contrib
Date: Sun, 11 Sep 2011 14:18:18 +0200

Author: grothoff
Date: 2011-09-11 14:18:17 +0200 (Sun, 11 Sep 2011)
New Revision: 16759

Modified:
   gnunet-gtk/contrib/gnunet_peerinfo_gtk_main_window.glade
Log:
fix

Modified: gnunet-gtk/contrib/gnunet_peerinfo_gtk_main_window.glade
===================================================================
--- gnunet-gtk/contrib/gnunet_peerinfo_gtk_main_window.glade    2011-09-11 
12:17:28 UTC (rev 16758)
+++ gnunet-gtk/contrib/gnunet_peerinfo_gtk_main_window.glade    2011-09-11 
12:18:17 UTC (rev 16759)
@@ -65,7 +65,7 @@
               <object class="GtkTreeView" 
id="GNUNET_PEERINFO_GTK_main_window_treeview">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
-                <property 
name="model">GNUNET_PEERINFO_GTK_peer_info_list_store</property>
+                <property 
name="model">GNUNET_PEERINFO_GTK_list_store</property>
                 <property name="hadjustment">adjustment3</property>
                 <property name="vadjustment">adjustment4</property>
                 <property name="reorderable">True</property>
@@ -155,8 +155,10 @@
       <column type="gchararray"/>
       <!-- column-name country_flag -->
       <column type="GdkPixbuf"/>
-      <!-- column-name bandwidth -->
+      <!-- column-name bandwidth_in -->
       <column type="guint64"/>
+      <!-- column-name bandwidth_out -->
+      <column type="guint64"/>
       <!-- column-name addresses -->
       <column type="gchararray"/>
     </columns>




reply via email to

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