aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_peerinfo_gtk_main_window.glade
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-11 12:18:17 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-11 12:18:17 +0000
commit3867f70f3ad1e8827923ee92d49594688bef1478 (patch)
treeac1b52281aec58c072817f31f1d78aba9078cea5 /contrib/gnunet_peerinfo_gtk_main_window.glade
parent6c89627cbbf65eed404cfb0633e2d0780b0c7d40 (diff)
downloadgnunet-gtk-3867f70f3ad1e8827923ee92d49594688bef1478.tar.gz
gnunet-gtk-3867f70f3ad1e8827923ee92d49594688bef1478.zip
fix
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"/>