aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-05 21:38:11 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-05 21:38:11 +0000
commitc252cc44ac58a4b9249c64950ffa6b4af522b895 (patch)
tree707681b8ca331ef491d76681c09a95b133445c89
parent24b87c0c3d84c3d99c6d1154938806efa90025aa (diff)
downloadgnunet-gtk-c252cc44ac58a4b9249c64950ffa6b4af522b895.tar.gz
gnunet-gtk-c252cc44ac58a4b9249c64950ffa6b4af522b895.zip
-visualize active probes
-rw-r--r--contrib/gnunet_fs_gtk_search_tab.glade3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/gnunet_fs_gtk_search_tab.glade b/contrib/gnunet_fs_gtk_search_tab.glade
index 6a46797f..741903c6 100644
--- a/contrib/gnunet_fs_gtk_search_tab.glade
+++ b/contrib/gnunet_fs_gtk_search_tab.glade
@@ -40,6 +40,8 @@
40 <column type="gint"/> 40 <column type="gint"/>
41 <!-- column-name status_icon --> 41 <!-- column-name status_icon -->
42 <column type="GdkPixbuf"/> 42 <column type="GdkPixbuf"/>
43 <!-- column-name unknown_availability -->
44 <column type="gint"/>
43 </columns> 45 </columns>
44 </object> 46 </object>
45 <object class="GtkWindow" id="_search_result_frame_window"> 47 <object class="GtkWindow" id="_search_result_frame_window">
@@ -111,6 +113,7 @@
111 <object class="GtkCellRendererProgress" id="search_result_availability_renderer"/> 113 <object class="GtkCellRendererProgress" id="search_result_availability_renderer"/>
112 <attributes> 114 <attributes>
113 <attribute name="cell-background">8</attribute> 115 <attribute name="cell-background">8</attribute>
116 <attribute name="pulse"> 18</attribute>
114 <attribute name="value">5</attribute> 117 <attribute name="value">5</attribute>
115 </attributes> 118 </attributes>
116 </child> 119 </child>