aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-01-10 11:44:36 +0000
committerChristian Grothoff <christian@grothoff.org>2014-01-10 11:44:36 +0000
commit8f2e873852c7d43804a777f537204400f80c9f14 (patch)
tree3a7ded8a87a80b226f7fac1b8a771d1ff121ccff
parent7820c4bb7a6c30c7ed4760769a950181a47a9cf8 (diff)
downloadgnunet-gtk-8f2e873852c7d43804a777f537204400f80c9f14.tar.gz
gnunet-gtk-8f2e873852c7d43804a777f537204400f80c9f14.zip
fix ability to sort by bandwidth
-rw-r--r--contrib/gnunet_peerinfo_gtk_main_window.glade21
1 files changed, 12 insertions, 9 deletions
diff --git a/contrib/gnunet_peerinfo_gtk_main_window.glade b/contrib/gnunet_peerinfo_gtk_main_window.glade
index 32bcff32..d63e7e19 100644
--- a/contrib/gnunet_peerinfo_gtk_main_window.glade
+++ b/contrib/gnunet_peerinfo_gtk_main_window.glade
@@ -70,12 +70,6 @@
70 <property name="page_increment">10</property> 70 <property name="page_increment">10</property>
71 <property name="page_size">10</property> 71 <property name="page_size">10</property>
72 </object> 72 </object>
73 <object class="GtkImage" id="connected_image_ats">
74 <property name="visible">True</property>
75 <property name="can_focus">False</property>
76 <property name="tooltip_text" translatable="yes">ATS</property>
77 <property name="stock">gtk-connect</property>
78 </object>
79 <object class="GtkImage" id="connected_image_core"> 73 <object class="GtkImage" id="connected_image_core">
80 <property name="visible">True</property> 74 <property name="visible">True</property>
81 <property name="can_focus">False</property> 75 <property name="can_focus">False</property>
@@ -94,6 +88,12 @@
94 <property name="tooltip_text" translatable="yes">PLUGIN</property> 88 <property name="tooltip_text" translatable="yes">PLUGIN</property>
95 <property name="stock">gtk-connect</property> 89 <property name="stock">gtk-connect</property>
96 </object> 90 </object>
91 <object class="GtkImage" id="connected_image_ats">
92 <property name="visible">True</property>
93 <property name="can_focus">False</property>
94 <property name="tooltip_text" translatable="yes">ATS</property>
95 <property name="stock">gtk-connect</property>
96 </object>
97 <object class="GtkImage" id="validated_image"> 97 <object class="GtkImage" id="validated_image">
98 <property name="visible">True</property> 98 <property name="visible">True</property>
99 <property name="can_focus">False</property> 99 <property name="can_focus">False</property>
@@ -280,7 +280,7 @@
280 <property name="clickable">True</property> 280 <property name="clickable">True</property>
281 <property name="reorderable">True</property> 281 <property name="reorderable">True</property>
282 <property name="sort_indicator">True</property> 282 <property name="sort_indicator">True</property>
283 <property name="sort_column_id">2</property> 283 <property name="sort_column_id">1</property>
284 <child> 284 <child>
285 <object class="GtkCellRendererPixbuf" id="GNUNET_PEERINFO_GTK_main_window_country_renderer"/> 285 <object class="GtkCellRendererPixbuf" id="GNUNET_PEERINFO_GTK_main_window_country_renderer"/>
286 <attributes> 286 <attributes>
@@ -311,7 +311,7 @@
311 <property name="reorderable">True</property> 311 <property name="reorderable">True</property>
312 <property name="sort_indicator">True</property> 312 <property name="sort_indicator">True</property>
313 <property name="sort_order">descending</property> 313 <property name="sort_order">descending</property>
314 <property name="sort_column_id">4</property> 314 <property name="sort_column_id">3</property>
315 <child> 315 <child>
316 <object class="GtkCellRendererText" id="GNUNET_PEERINFO_GTK_main_window_bandwidth_in_cellrenderertext"/> 316 <object class="GtkCellRendererText" id="GNUNET_PEERINFO_GTK_main_window_bandwidth_in_cellrenderertext"/>
317 <attributes> 317 <attributes>
@@ -325,7 +325,7 @@
325 <property name="title">Out</property> 325 <property name="title">Out</property>
326 <property name="clickable">True</property> 326 <property name="clickable">True</property>
327 <property name="sort_order">descending</property> 327 <property name="sort_order">descending</property>
328 <property name="sort_column_id">5</property> 328 <property name="sort_column_id">4</property>
329 <child> 329 <child>
330 <object class="GtkCellRendererText" id="GNUNET_PEERINFO_GTK_main_window_bandwidth_out_cellrenderertext"/> 330 <object class="GtkCellRendererText" id="GNUNET_PEERINFO_GTK_main_window_bandwidth_out_cellrenderertext"/>
331 <attributes> 331 <attributes>
@@ -337,6 +337,9 @@
337 <child> 337 <child>
338 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_plugin_name_treeviewcolumn"> 338 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_plugin_name_treeviewcolumn">
339 <property name="title" translatable="yes">Plugin</property> 339 <property name="title" translatable="yes">Plugin</property>
340 <property name="reorderable">True</property>
341 <property name="sort_indicator">True</property>
342 <property name="sort_column_id">11</property>
340 <child> 343 <child>
341 <object class="GtkCellRendererText" id="cellrenderertext1"/> 344 <object class="GtkCellRendererText" id="cellrenderertext1"/>
342 <attributes> 345 <attributes>