aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_peerinfo_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_peerinfo_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_peerinfo_gtk_main_window.glade6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/gnunet_peerinfo_gtk_main_window.glade b/contrib/gnunet_peerinfo_gtk_main_window.glade
index abff82ee..ffee717e 100644
--- a/contrib/gnunet_peerinfo_gtk_main_window.glade
+++ b/contrib/gnunet_peerinfo_gtk_main_window.glade
@@ -65,7 +65,7 @@
65 <object class="GtkTreeView" id="GNUNET_PEERINFO_GTK_main_window_treeview"> 65 <object class="GtkTreeView" id="GNUNET_PEERINFO_GTK_main_window_treeview">
66 <property name="visible">True</property> 66 <property name="visible">True</property>
67 <property name="can_focus">True</property> 67 <property name="can_focus">True</property>
68 <property name="model">GNUNET_PEERINFO_GTK_peer_info_list_store</property> 68 <property name="model">GNUNET_PEERINFO_GTK_list_store</property>
69 <property name="hadjustment">adjustment3</property> 69 <property name="hadjustment">adjustment3</property>
70 <property name="vadjustment">adjustment4</property> 70 <property name="vadjustment">adjustment4</property>
71 <property name="reorderable">True</property> 71 <property name="reorderable">True</property>
@@ -155,7 +155,9 @@
155 <column type="gchararray"/> 155 <column type="gchararray"/>
156 <!-- column-name country_flag --> 156 <!-- column-name country_flag -->
157 <column type="GdkPixbuf"/> 157 <column type="GdkPixbuf"/>
158 <!-- column-name bandwidth --> 158 <!-- column-name bandwidth_in -->
159 <column type="guint64"/>
160 <!-- column-name bandwidth_out -->
159 <column type="guint64"/> 161 <column type="guint64"/>
160 <!-- column-name addresses --> 162 <!-- column-name addresses -->
161 <column type="gchararray"/> 163 <column type="gchararray"/>