aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_fs_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_fs_gtk_main_window.glade1390
1 files changed, 596 insertions, 794 deletions
</
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade
index 9f53253f..2950e1b1 100644
--- a/contrib/gnunet_fs_gtk_main_window.glade
+++ b/contrib/gnunet_fs_gtk_main_window.glade
@@ -1,4 +1,4 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0"?>
2<interface> 2<interface>
3 <requires lib="gtk+" version="2.20"/> 3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy project-wide --> 4 <!-- interface-naming-policy project-wide -->
@@ -12,8 +12,246 @@
12 <property name="step_increment">1</property> 12 <property name="step_increment">1</property>
13 <property name="page_increment">10</property> 13 <property name="page_increment">10</property>
14 </object> 14 </object>
15 <object class="GtkListStore" id="GNUNET_GTK_meta_data_list_store">
16 <columns>
17 <!-- column-name extractor_meta_type -->
18 <column type="guint"/>
19 <!-- column-name extractor_meta_format -->
20 <column type="guint"/>
21 <!-- column-name extractor_meta_type_string -->
22 <column type="gchararray"/>
23 <!-- column-name extracotr_meta_value -->
24 <column type="gchararray"/>
25 </columns>
26 </object>
27 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store">
28 <columns>
29 <!-- column-name peer_identity -->
30 <column type="gchararray"/>
31 <!-- column-name number_of_known_addresses -->
32 <column type="guint"/>
33 <!-- column-name country_name -->
34 <column type="gchararray"/>
35 <!-- column-name country_flag -->
36 <column type="GdkPixbuf"/>
37 <!-- column-name bandwidth -->
38 <column type="guint64"/>
39 </columns>
40 </object>
41 <object class="GtkTreeStore" id="GNUNET_GTK_pseudonym_tree_store">
42 <columns>
43 <!-- column-name local_name -->
44 <column type="gchararray"/>
45 <!-- column-name namespace_handle -->
46 <column type="gpointer"/>
47 <!-- column-name last_id -->
48 <column type="gchararray"/>
49 <!-- column-name last_uri -->
50 <column type="gchararray"/>
51 <!-- column-name last_meta -->
52 <column type="gpointer"/>
53 <!-- column-name next_id -->
54 <column type="gchararray"/>
55 <!-- column-name last_description_from_meta -->
56 <column type="gchararray"/>
57 <!-- column-name next_id_editable -->
58 <column type="gboolean"/>
59 <!-- column-name current_id_editable -->
60 <column type="gboolean"/>
61 </columns>
62 </object>
63 <object class="GtkListStore" id="GNUNET_GTK_publication_keywords_liststore">
64 <columns>
65 <!-- column-name Keyword -->
66 <column type="gchararray"/>
67 <!-- column-name Added -->
68 <column type="gboolean"/>
69 </columns>
70 </object>
71 <object class="GtkListStore" id="GNUNET_GTK_publication_metadata_liststore">
72 <columns>
73 <!-- column-name Type -->
74 <column type="guint"/>
75 <!-- column-name Format -->
76 <column type="guint"/>
77 <!-- column-name Type_name -->
78 <column type="gchararray"/>
79 <!-- column-name Value -->
80 <column type="gchararray"/>
81 <!-- column-name Description -->
82 <column type="gchararray"/>
83 </columns>
84 </object>
85 <object class="GtkListStore" id="GNUNET_GTK_publication_metadata_types_liststore">
86 <columns>
87 <!-- column-name Type -->
88 <column type="gint"/>
89 <!-- column-name Format -->
90 <column type="gint"/>
91 <!-- column-name Type1 -->
92 <column type="gchararray"/>
93 <!-- column-name Description -->
94 <column type="gchararray"/>
95 </columns>
96 </object>
97 <object class="GtkListStore" id="GNUNET_GTK_publication_types_liststore">
98 <columns>
99 <!-- column-name Type -->
100 <column type="gint"/>
101 <!-- column-name Type_name -->
102 <column type="gchararray"/>
103 </columns>
104 <data>
105 <row>
106 <col id="0">0</col>
107 <col id="1" translatable="yes">Generic</col>
108 </row>
109 <row>
110 <col id="0">1</col>
111 <col id="1" translatable="yes">Text</col>
112 </row>
113 <row>
114 <col id="0">2</col>
115 <col id="1" translatable="yes">Music</col>
116 </row>
117 <row>
118 <col id="0">3</col>
119 <col id="1" translatable="yes">Video</col>
120 </row>
121 <row>
122 <col id="0">4</col>
123 <col id="1" translatable="yes">Image</col>
124 </row>
125 <row>
126 <col id="0">5</col>
127 <col id="1" translatable="yes">Software</col>
128 </row>
129 <row>
130 <col id="0">6</col>
131 <col id="1" translatable="yes">Namespace</col>
132 </row>
133 </data>
134 </object>
135 <object class="GtkListStore" id="GNUNET_GTK_publish_file_dialog_expiration_list_store">
136 <columns>
137 <!-- column-name human_readable_time -->
138 <column type="gchararray"/>
139 <!-- column-name time_in_ms -->
140 <column type="guint64"/>
141 </columns>
142 </object>
143 <object class="GtkListStore" id="GNUNET_GTK_select_pseudonym_liststore">
144 <columns>
145 <!-- column-name namespace_name -->
146 <column type="gchararray"/>
147 <!-- column-name namespace_handle -->
148 <column type="gpointer"/>
149 </columns>
150 </object>
151 <object class="GtkListStore" id="main_window_search_anonymity_liststore">
152 <columns>
153 <!-- column-name Name -->
154 <column type="gchararray"/>
155 <!-- column-name Level -->
156 <column type="guint"/>
157 <!-- column-name Color -->
158 <column type="gchararray"/>
159 </columns>
160 <data>
161 <row>
162 <col id="0" translatable="yes">None</col>
163 <col id="1">0</col>
164 <col id="2" translatable="yes">#AAAA00000000</col>
165 </row>
166 <row>
167 <col id="0" translatable="yes">Normal</col>
168 <col id="1">1</col>
169 <col id="2" translatable="yes">#000000000000</col>
170 </row>
171 <row>
172 <col id="0" translatable="yes">Paranoid</col>
173 <col id="1">10</col>
174 <col id="2" translatable="yes">#0000AAAA0000</col>
175 </row>
176 </data>
177 </object>
178 <object class="GtkListStore" id="main_window_search_mime_liststore">
179 <columns>
180 <!-- column-name MIME -->
181 <column type="gchararray"/>
182 <!-- column-name Type -->
183 <column type="gchararray"/>
184 <!-- column-name Extension -->
185 <column type="gchararray"/>
186 <!-- column-name Lossyness -->
187 <column type="gchararray"/>
188 <!-- column-name Freedom -->
189 <column type="gchararray"/>
190 </columns>
191 <data>
192 <row>
193 <col id="0"> </col>
194 <col id="1" translatable="yes">Any</col>
195 <col id="2" translatable="yes"> </col>
196 <col id="3" translatable="yes"> </col>
197 <col id="4" translatable="yes"> </col>
198 </row>
199 <row>
200 <col id="0">plain/text</col>
201 <col id="1" translatable="yes">Text</col>
202 <col id="2">txt</col>
203 <col id="3" translatable="yes">N/A</col>
204 <col id="4" translatable="yes">N/A</col>
205 </row>
206 <row>
207 <col id="0">application/zip</col>
208 <col id="1" translatable="yes">Zip</col>
209 <col id="2">zip</col>
210 <col id="3" translatable="yes">lossless</col>
211 <col id="4" translatable="yes">free</col>
212 </row>
213 <row>
214 <col id="0">audio/mpeg</col>
215 <col id="1" translatable="yes">MPEG audio</col>
216 <col id="2">mp3, mp2, mpeg</col>
217 <col id="3" translatable="yes">lossy</col>
218 <col id="4" translatable="yes">non-free</col>
219 </row>
220 </data>
221 </object>
222 <object class="GtkTreeStore" id="main_window_search_namespace_treestore">
223 <columns>
224 <!-- column-name Name -->
225 <column type="gchararray"/>
226 <!-- column-name Key -->
227 <column type="gpointer"/>
228 <!-- column-name Root -->
229 <column type="gchararray"/>
230 <!-- column-name Tooltip -->
231 <column type="gchararray"/>
232 </columns>
233 </object>
234 <object class="GtkTreeStore" id="GNUNET_GTK_file_sharing_publishing_tree_store">
235 <columns>
236 <!-- column-name filesize -->
237 <column type="gchararray"/>
238 <!-- column-name do_index -->
239 <column type="gboolean"/>
240 <!-- column-name filename -->
241 <column type="gchararray"/>
242 <!-- column-name anonymity_level -->
243 <column type="guint"/>
244 <!-- column-name priority -->
245 <column type="guint"/>
246 <!-- column-name file_information_struct -->
247 <column type="gpointer"/>
248 <!-- column-name expiration_time_absolute -->
249 <column type="guint64"/>
250 <!-- column-name replication_level -->
251 <column type="guint"/>
252 </columns>
253 </object>
15 <object class="GtkWindow" id="GNUNET_GTK_edit_publication_window"> 254 <object class="GtkWindow" id="GNUNET_GTK_edit_publication_window">
16 <property name="can_focus">False</property>
17 <property name="border_width">4</property> 255 <property name="border_width">4</property>
18 <property name="modal">True</property> 256 <property name="modal">True</property>
19 <property name="window_position">center-on-parent</property> 257 <property name="window_position">center-on-parent</property>
@@ -22,17 +260,18 @@
22 <property name="skip_pager_hint">True</property> 260 <property name="skip_pager_hint">True</property>
23 <property name="deletable">False</property> 261 <property name="deletable">False</property>
24 <property name="transient_for">GNUNET_GTK_main_window</property> 262 <property name="transient_for">GNUNET_GTK_main_window</property>
25 <signal name="realize" handler="GNUNET_GTK_edit_publication_window_realize_cb" swapped="no"/> 263 <signal name="realize" handler="GNUNET_GTK_edit_publication_window_realize_cb"/>
26 <signal name="delete-event" handler="GNUNET_GTK_edit_publication_window_delete_event_cb" swapped="no"/> 264 <signal name="delete_event" handler="GNUNET_GTK_edit_publication_window_delete_event_cb"/>
27 <child> 265 <child>
28 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_master_vbox"> 266 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_master_vbox">
29 <property name="visible">True</property> 267 <property name="visible">True</property>
30 <property name="can_focus">False</property> 268 <property name="orientation">vertical</property>
31 <property name="spacing">2</property> 269 <property name="spacing">2</property>
32 <child> 270 <child>
33 <object class="GtkVPaned" id="GNUNET_GTK_edit_publication_main_vpaned"> 271 <object class="GtkVPaned" id="GNUNET_GTK_edit_publication_main_vpaned">
34 <property name="visible">True</property> 272 <property name="visible">True</property>
35 <property name="can_focus">True</property> 273 <property name="can_focus">True</property>
274 <property name="orientation">vertical</property>
36 <child> 275 <child>
37 <object class="GtkHPaned" id="GNUNET_GTK_edit_publication_top_hpaned"> 276 <object class="GtkHPaned" id="GNUNET_GTK_edit_publication_top_hpaned">
38 <property name="visible">True</property> 277 <property name="visible">True</property>
@@ -41,16 +280,14 @@
41 <child> 280 <child>
42 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_metadata_vbox"> 281 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_metadata_vbox">
43 <property name="visible">True</property> 282 <property name="visible">True</property>
44 <property name="can_focus">False</property> 283 <property name="orientation">vertical</property>
45 <property name="spacing">5</property> 284 <property name="spacing">5</property>
46 <child> 285 <child>
47 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_hbox"> 286 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_hbox">
48 <property name="visible">True</property> 287 <property name="visible">True</property>
49 <property name="can_focus">False</property>
50 <child> 288 <child>
51 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_type_label"> 289 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_type_label">
52 <property name="visible">True</property> 290 <property name="visible">True</property>
53 <property name="can_focus">False</property>
54 <property name="label" translatable="yes">_Publication type:</property> 291 <property name="label" translatable="yes">_Publication type:</property>
55 <property name="use_underline">True</property> 292 <property name="use_underline">True</property>
56 </object> 293 </object>
@@ -63,10 +300,9 @@
63 <child> 300 <child>
64 <object class="GtkComboBox" id="GNUNET_GTK_edit_publication_type_combo"> 301 <object class="GtkComboBox" id="GNUNET_GTK_edit_publication_type_combo">
65 <property name="visible">True</property> 302 <property name="visible">True</property>
66 <property name="can_focus">False</property>
67 <property name="model">GNUNET_GTK_publication_types_liststore</property> 303 <property name="model">GNUNET_GTK_publication_types_liststore</property>
68 <property name="active">0</property> 304 <property name="active">0</property>
69 <signal name="changed" handler="GNUNET_GTK_edit_publication_type_combo_changed_cb" swapped="no"/> 305 <signal name="changed" handler="GNUNET_GTK_edit_publication_type_combo_changed_cb"/>
70 <child> 306 <child>
71 <object class="GtkCellRendererText" id="cellrenderertext2"/> 307 <object class="GtkCellRendererText" id="cellrenderertext2"/>
72 <attributes> 308 <attributes>
@@ -83,12 +319,11 @@
83 <child> 319 <child>
84 <object class="GtkButton" id="GNUNET_GTK_edit_publication_add_button"> 320 <object class="GtkButton" id="GNUNET_GTK_edit_publication_add_button">
85 <property name="label">gtk-add</property> 321 <property name="label">gtk-add</property>
86 <property name="use_action_appearance">False</property>
87 <property name="visible">True</property> 322 <property name="visible">True</property>
88 <property name="can_focus">True</property> 323 <property name="can_focus">True</property>
89 <property name="receives_default">True</property> 324 <property name="receives_default">True</property>
90 <property name="use_stock">True</property> 325 <property name="use_stock">True</property>
91 <signal name="clicked" handler="GNUNET_GTK_edit_publication_add_button_clicked_cb" swapped="no"/> 326 <signal name="clicked" handler="GNUNET_GTK_edit_publication_add_button_clicked_cb"/>
92 </object> 327 </object>
93 <packing> 328 <packing>
94 <property name="expand">False</property> 329 <property name="expand">False</property>
@@ -99,13 +334,12 @@
99 <child> 334 <child>
100 <object class="GtkButton" id="GNUNET_GTK_edit_publication_delete_button"> 335 <object class="GtkButton" id="GNUNET_GTK_edit_publication_delete_button">
101 <property name="label">gtk-delete</property> 336 <property name="label">gtk-delete</property>
102 <property name="use_action_appearance">False</property>
103 <property name="visible">True</property> 337 <property name="visible">True</property>
104 <property name="sensitive">False</property> 338 <property name="sensitive">False</property>
105 <property name="can_focus">True</property> 339 <property name="can_focus">True</property>
106 <property name="receives_default">True</property> 340 <property name="receives_default">True</property>
107 <property name="use_stock">True</property> 341 <property name="use_stock">True</property>
108 <signal name="clicked" handler="GNUNET_GTK_edit_publication_delete_button_clicked_cb" swapped="no"/> 342 <signal name="clicked" handler="GNUNET_GTK_edit_publication_delete_button_clicked_cb"/>
109 </object> 343 </object>
110 <packing> 344 <packing>
111 <property name="expand">False</property> 345 <property name="expand">False</property>
@@ -141,17 +375,16 @@
141 <child> 375 <child>
142 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_publication_metadata_tree_view_type_column"> 376 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_publication_metadata_tree_view_type_column">
143 <property name="resizable">True</property> 377 <property name="resizable">True</property>
144 <property name="title" translatable="yes">Type</property> 378 <property name="title">Type</property>
145 <property name="clickable">True</property> 379 <property name="clickable">True</property>
146 <property name="sort_column_id">2</property> 380 <property name="sort_column_id">2</property>
147 <child> 381 <child>
148 <object class="GtkCellRendererCombo" id="GNUNET_GTK_edit_publication_metadata_tree_view_type_renderer"> 382 <object class="GtkCellRendererCombo" id="GNUNET_GTK_edit_publication_metadata_tree_view_type_renderer">
149 <property name="editable">True</property> 383 <property name="editable">True</property>
150 <property name="has_entry">False</property> 384 <property name="has_entry">False</property>
151 <property name="model">GNUNET_GTK_publication_metadata_types_liststore</property>
152 <property name="text_column">2</property> 385 <property name="text_column">2</property>
153 <signal name="changed" handler="GNUNET_GTK_edit_publication_metadata_tree_view_type_renderer_changed_cb" swapped="no"/> 386 <signal name="edited" handler="GNUNET_GTK_edit_publication_metadata_tree_view_type_renderer_edited_cb"/>
154 <signal name="edited" handler="GNUNET_GTK_edit_publication_metadata_tree_view_type_renderer_edited_cb" swapped="no"/> 387 <signal name="changed" handler="GNUNET_GTK_edit_publication_metadata_tree_view_type_renderer_changed_cb"/>
155 </object> 388 </object>
156 <attributes> 389 <attributes>
157 <attribute name="text">2</attribute> 390 <attribute name="text">2</attribute>
@@ -162,14 +395,14 @@
162 <child> 395 <child>
163 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_publication_metadata_tree_view_description_column"> 396 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_publication_metadata_tree_view_description_column">
164 <property name="sizing">autosize</property> 397 <property name="sizing">autosize</property>
165 <property name="title" translatable="yes">Value</property> 398 <property name="title">Value</property>
166 <property name="expand">True</property> 399 <property name="expand">True</property>
167 <property name="clickable">True</property> 400 <property name="clickable">True</property>
168 <property name="sort_column_id">3</property> 401 <property name="sort_column_id">3</property>
169 <child> 402 <child>
170 <object class="GtkCellRendererText" id="GNUNET_GTK_edit_publication_metadata_tree_view_value_renderer"> 403 <object class="GtkCellRendererText" id="GNUNET_GTK_edit_publication_metadata_tree_view_value_renderer">
171 <property name="editable">True</property> 404 <property name="editable">True</property>
172 <signal name="edited" handler="GNUNET_GTK_edit_publication_metadata_tree_view_value_renderer_edited_cb" swapped="no"/> 405 <signal name="edited" handler="GNUNET_GTK_edit_publication_metadata_tree_view_value_renderer_edited_cb"/>
173 </object> 406 </object>
174 <attributes> 407 <attributes>
175 <attribute name="text">3</attribute> 408 <attribute name="text">3</attribute>
@@ -181,8 +414,6 @@
181 </child> 414 </child>
182 </object> 415 </object>
183 <packing> 416 <packing>
184 <property name="expand">True</property>
185 <property name="fill">True</property>
186 <property name="position">1</property> 417 <property name="position">1</property>
187 </packing> 418 </packing>
188 </child> 419 </child>
@@ -195,24 +426,21 @@
195 <child> 426 <child>
196 <object class="GtkFrame" id="GNUNET_GTK_edit_publication_metadata_preview_frame"> 427 <object class="GtkFrame" id="GNUNET_GTK_edit_publication_metadata_preview_frame">
197 <property name="visible">True</property> 428 <property name="visible">True</property>
198 <property name="can_focus">False</property>
199 <property name="label_xalign">0</property> 429 <property name="label_xalign">0</property>
200 <child> 430 <child>
201 <object class="GtkAlignment" id="GNUNET_GTK_edit_publication_metadata_preview_alignment"> 431 <object class="GtkAlignment" id="GNUNET_GTK_edit_publication_metadata_preview_alignment">
202 <property name="visible">True</property> 432 <property name="visible">True</property>
203 <property name="can_focus">False</property>
204 <property name="left_padding">12</property> 433 <property name="left_padding">12</property>
205 <child> 434 <child>
206 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_metadata_preview_vbox"> 435 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_metadata_preview_vbox">
207 <property name="visible">True</property> 436 <property name="visible">True</property>
208 <property name="can_focus">False</property>
209 <child> 437 <child>
210 <object class="GtkFileChooserButton" id="GNUNET_GTK_edit_publication_metadata_preview_file_chooser_button"> 438 <object class="GtkFileChooserButton" id="GNUNET_GTK_edit_publication_metadata_preview_file_chooser_button">
211 <property name="visible">True</property> 439 <property name="visible">True</property>
212 <property name="can_focus">True</property> 440 <property name="can_focus">True</property>
213 <property name="create_folders">False</property> 441 <property name="create_folders">False</property>
214 <property name="title" translatable="yes">Select file</property> 442 <property name="title" translatable="yes">Select file</property>
215 <signal name="file-set" handler="GNUNET_GTK_edit_publication_metadata_preview_file_chooser_button_file_set_cb" swapped="no"/> 443 <signal name="file_set" handler="GNUNET_GTK_edit_publication_metadata_preview_file_chooser_button_file_set_cb"/>
216 </object> 444 </object>
217 <packing> 445 <packing>
218 <property name="expand">False</property> 446 <property name="expand">False</property>
@@ -231,14 +459,12 @@
231 <child> 459 <child>
232 <object class="GtkViewport" id="GNUNET_GTK_edit_publication_metadata_preview_image_viewport"> 460 <object class="GtkViewport" id="GNUNET_GTK_edit_publication_metadata_preview_image_viewport">
233 <property name="visible">True</property> 461 <property name="visible">True</property>
234 <property name="can_focus">False</property>
235 <property name="hadjustment">GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment</property> 462 <property name="hadjustment">GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment</property>
236 <property name="vadjustment">GNUNET_GTK_edit_publication_metadata_preview_image_verticall_adjustment</property> 463 <property name="vadjustment">GNUNET_GTK_edit_publication_metadata_preview_image_verticall_adjustment</property>
237 <property name="shadow_type">none</property> 464 <property name="shadow_type">none</property>
238 <child> 465 <child>
239 <object class="GtkImage" id="GNUNET_GTK_edit_publication_metadata_preview_image"> 466 <object class="GtkImage" id="GNUNET_GTK_edit_publication_metadata_preview_image">
240 <property name="visible">True</property> 467 <property name="visible">True</property>
241 <property name="can_focus">False</property>
242 <property name="stock">gtk-missing-image</property> 468 <property name="stock">gtk-missing-image</property>
243 </object> 469 </object>
244 </child> 470 </child>
@@ -246,8 +472,6 @@
246 </child> 472 </child>
247 </object> 473 </object>
248 <packing> 474 <packing>
249 <property name="expand">True</property>
250 <property name="fill">True</property>
251 <property name="position">1</property> 475 <property name="position">1</property>
252 </packing> 476 </packing>
253 </child> 477 </child>
@@ -258,7 +482,6 @@
258 <child type="label"> 482 <child type="label">
259 <object class="GtkLabel" id="label1"> 483 <object class="GtkLabel" id="label1">
260 <property name="visible">True</property> 484 <property name="visible">True</property>
261 <property name="can_focus">False</property>
262 <property name="label" translatable="yes">Preview:</property> 485 <property name="label" translatable="yes">Preview:</property>
263 <property name="use_markup">True</property> 486 <property name="use_markup">True</property>
264 </object> 487 </object>
@@ -278,23 +501,20 @@
278 <child> 501 <child>
279 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_secondary_hbox"> 502 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_secondary_hbox">
280 <property name="visible">True</property> 503 <property name="visible">True</property>
281 <property name="can_focus">False</property>
282 <child> 504 <child>
283 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_keyword_list_hbox"> 505 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_keyword_list_hbox">
284 <property name="visible">True</property> 506 <property name="visible">True</property>
285 <property name="can_focus">False</property> 507 <property name="orientation">vertical</property>
286 <child> 508 <child>
287 <object class="GtkVBox" id="vbox2"> 509 <object class="GtkVBox" id="vbox2">
288 <property name="visible">True</property> 510 <property name="visible">True</property>
289 <property name="can_focus">False</property> 511 <property name="orientation">vertical</property>
290 <child> 512 <child>
291 <object class="GtkHBox" id="hbox3"> 513 <object class="GtkHBox" id="hbox3">
292 <property name="visible">True</property> 514 <property name="visible">True</property>
293 <property name="can_focus">False</property>
294 <child> 515 <child>
295 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_keyword_label"> 516 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_keyword_label">
296 <property name="visible">True</property> 517 <property name="visible">True</property>
297 <property name="can_focus">False</property>
298 <property name="label" translatable="yes">_Keyword:</property> 518 <property name="label" translatable="yes">_Keyword:</property>
299 <property name="use_underline">True</property> 519 <property name="use_underline">True</property>
300 <property name="mnemonic_widget">GNUNET_GTK_edit_publication_keyword_entry</property> 520 <property name="mnemonic_widget">GNUNET_GTK_edit_publication_keyword_entry</property>
@@ -309,25 +529,20 @@
309 <object class="GtkEntry" id="GNUNET_GTK_edit_publication_keyword_entry"> 529 <object class="GtkEntry" id="GNUNET_GTK_edit_publication_keyword_entry">
310 <property name="visible">True</property> 530 <property name="visible">True</property>
311 <property name="can_focus">True</property> 531 <property name="can_focus">True</property>
312 <property name="invisible_char"></property> 532 <property name="invisible_char">&#x25CF;</property>
313 <property name="invisible_char_set">True</property> 533 <property name="invisible_char_set">True</property>
314 <property name="caps_lock_warning">False</property> 534 <property name="caps_lock_warning">False</property>
315 <property name="primary_icon_activatable">False</property>
316 <property name="secondary_icon_activatable">False</property>
317 <property name="primary_icon_sensitive">True</property> 535 <property name="primary_icon_sensitive">True</property>
318 <property name="secondary_icon_sensitive">True</property> 536 <property name="secondary_icon_sensitive">True</property>
319 <signal name="key-press-event" handler="GNUNET_GTK_edit_publication_keyword_entry_key_press_event_cb" swapped="no"/> 537 <signal name="key_press_event" handler="GNUNET_GTK_edit_publication_keyword_entry_key_press_event_cb"/>
320 </object> 538 </object>
321 <packing> 539 <packing>
322 <property name="expand">True</property>
323 <property name="fill">True</property>
324 <property name="position">1</property> 540 <property name="position">1</property>
325 </packing> 541 </packing>
326 </child> 542 </child>
327 </object> 543 </object>
328 <packing> 544 <packing>
329 <property name="expand">False</property> 545 <property name="expand">False</property>
330 <property name="fill">True</property>
331 <property name="position">0</property> 546 <property name="position">0</property>
332 </packing> 547 </packing>
333 </child> 548 </child>
@@ -348,7 +563,7 @@
348 <property name="search_column">0</property> 563 <property name="search_column">0</property>
349 <child> 564 <child>
350 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_publication_keyword_list_tree_view_column"> 565 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_publication_keyword_list_tree_view_column">
351 <property name="title" translatable="yes">Keywords</property> 566 <property name="title">Keywords</property>
352 <property name="clickable">True</property> 567 <property name="clickable">True</property>
353 <property name="reorderable">True</property> 568 <property name="reorderable">True</property>
354 <property name="sort_column_id">0</property> 569 <property name="sort_column_id">0</property>
@@ -364,32 +579,27 @@
364 </child> 579 </child>
365 </object> 580 </object>
366 <packing> 581 <packing>
367 <property name="expand">True</property>
368 <property name="fill">True</property>
369 <property name="position">1</property> 582 <property name="position">1</property>
370 </packing> 583 </packing>
371 </child> 584 </child>
372 </object> 585 </object>
373 <packing> 586 <packing>
374 <property name="expand">True</property>
375 <property name="fill">True</property>
376 <property name="position">0</property> 587 <property name="position">0</property>
377 </packing> 588 </packing>
378 </child> 589 </child>
379 <child> 590 <child>
380 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_keyword_list_button_vbox"> 591 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_keyword_list_button_vbox">
381 <property name="visible">True</property> 592 <property name="visible">True</property>
382 <property name="can_focus">False</property> 593 <property name="orientation">vertical</property>
383 <child> 594 <child>
384 <object class="GtkButton" id="GNUNET_GTK_edit_publication_keyword_list_add_button"> 595 <object class="GtkButton" id="GNUNET_GTK_edit_publication_keyword_list_add_button">
385 <property name="label">Add key_word</property> 596 <property name="label">Add key_word</property>
386 <property name="use_action_appearance">False</property>
387 <property name="visible">True</property> 597 <property name="visible">True</property>
388 <property name="can_focus">True</property> 598 <property name="can_focus">True</property>
389 <property name="receives_default">True</property> 599 <property name="receives_default">True</property>
390 <property name="image">add_stock_image</property> 600 <property name="image">add_stock_image</property>
391 <property name="use_underline">True</property> 601 <property name="use_underline">True</property>
392 <signal name="clicked" handler="GNUNET_GTK_edit_publication_keyword_list_add_button_clicked_cb" swapped="no"/> 602 <signal name="clicked" handler="GNUNET_GTK_edit_publication_keyword_list_add_button_clicked_cb"/>
393 </object> 603 </object>
394 <packing> 604 <packing>
395 <property name="expand">False</property> 605 <property name="expand">False</property>
@@ -400,13 +610,13 @@
400 <child> 610 <child>
401 <object class="GtkButton" id="GNUNET_GTK_edit_publication_keyword_list_del_button"> 611 <object class="GtkButton" id="GNUNET_GTK_edit_publication_keyword_list_del_button">
402 <property name="label">Delete _selected</property> 612 <property name="label">Delete _selected</property>
403 <property name="use_action_appearance">False</property>
404 <property name="visible">True</property> 613 <property name="visible">True</property>
405 <property name="sensitive">False</property> 614 <property name="sensitive">False</property>
406 <property name="can_focus">True</property> 615 <property name="can_focus">True</property>
407 <property name="receives_default">True</property> 616 <property name="receives_default">True</property>
617 <property name="image">del_stock_image</property>
408 <property name="use_underline">True</property> 618 <property name="use_underline">True</property>
409 <signal name="clicked" handler="GNUNET_GTK_edit_publication_keyword_list_del_button_clicked_cb" swapped="no"/> 619 <signal name="clicked" handler="GNUNET_GTK_edit_publication_keyword_list_del_button_clicked_cb"/>
410 </object> 620 </object>
411 <packing> 621 <packing>
412 <property name="expand">False</property> 622 <property name="expand">False</property>
@@ -426,8 +636,6 @@
426 </child> 636 </child>
427 </object> 637 </object>
428 <packing> 638 <packing>
429 <property name="expand">True</property>
430 <property name="fill">True</property>
431 <property name="padding">4</property> 639 <property name="padding">4</property>
432 <property name="position">0</property> 640 <property name="position">0</property>
433 </packing> 641 </packing>
@@ -435,12 +643,10 @@
435 <child> 643 <child>
436 <object class="GtkFrame" id="frame3"> 644 <object class="GtkFrame" id="frame3">
437 <property name="visible">True</property> 645 <property name="visible">True</property>
438 <property name="can_focus">False</property>
439 <property name="label_xalign">0</property> 646 <property name="label_xalign">0</property>
440 <child> 647 <child>
441 <object class="GtkAlignment" id="alignment3"> 648 <object class="GtkAlignment" id="alignment3">
442 <property name="visible">True</property> 649 <property name="visible">True</property>
443 <property name="can_focus">False</property>
444 <property name="yalign">0</property> 650 <property name="yalign">0</property>
445 <property name="yscale">0</property> 651 <property name="yscale">0</property>
446 <property name="left_padding">4</property> 652 <property name="left_padding">4</property>
@@ -448,17 +654,15 @@
448 <child> 654 <child>
449 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_misc_vbox"> 655 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_misc_vbox">
450 <property name="visible">True</property> 656 <property name="visible">True</property>
451 <property name="can_focus">False</property> 657 <property name="orientation">vertical</property>
452 <child> 658 <child>
453 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_anonymity_hbox"> 659 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_root_hbox">
454 <property name="visible">True</property> 660 <property name="visible">True</property>
455 <property name="can_focus">False</property>
456 <child> 661 <child>
457 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_anonymity_label"> 662 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_root_label">
458 <property name="visible">True</property> 663 <property name="visible">True</property>
459 <property name="can_focus">False</property>
460 <property name="xalign">1</property> 664 <property name="xalign">1</property>
461 <property name="label" translatable="yes">A_nonymity:</property> 665 <property name="label" translatable="yes">_Root keyword:</property>
462 <property name="use_underline">True</property> 666 <property name="use_underline">True</property>
463 </object> 667 </object>
464 <packing> 668 <packing>
@@ -469,31 +673,14 @@
469 </packing> 673 </packing>
470 </child> 674 </child>
471 <child> 675 <child>
472 <object class="GtkAlignment" id="GNUNET_GTK_edit_publication_anonymity_combobox_alignment"> 676 <object class="GtkEntry" id="GNUNET_GTK_edit_publication_root_entry">
473 <property name="visible">True</property> 677 <property name="visible">True</property>
474 <property name="can_focus">False</property> 678 <property name="can_focus">True</property>
475 <property name="yscale">0</property> 679 <property name="invisible_char">&#x2022;</property>
476 <child> 680 <property name="text">root</property>
477 <object class="GtkComboBox" id="GNUNET_GTK_edit_publication_anonymity_combobox"> 681 <property name="invisible_char_set">True</property>
478 <property name="visible">True</property> 682 <property name="primary_icon_sensitive">True</property>
479 <property name="can_focus">False</property> 683 <property name="secondary_icon_sensitive">True</property>
480 <property name="model">main_window_search_anonymity_liststore</property>
481 <property name="active">1</property>
482 <child>
483 <object class="GtkCellRendererText" id="GNUNET_GTK_edit_publication_anonymity_combobox_renderer"/>
484 <attributes>
485 <attribute name="foreground">2</attribute>
486 <attribute name="text">0</attribute>
487 </attributes>
488 </child>
489 <child>
490 <object class="GtkCellRendererText" id="GNUNET_GTK_edit_publication_anonymity_combobox_renerer_level"/>
491 <attributes>
492 <attribute name="text">1</attribute>
493 </attributes>
494 </child>
495 </object>
496 </child>
497 </object> 684 </object>
498 <packing> 685 <packing>
499 <property name="expand">False</property> 686 <property name="expand">False</property>
@@ -509,16 +696,15 @@
509 </packing> 696 </packing>
510 </child> 697 </child>
511 <child> 698 <child>
512 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_priority_hbox"> 699 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_index_hbox">
513 <property name="visible">True</property> 700 <property name="visible">True</property>
514 <property name="can_focus">False</property>
515 <child> 701 <child>
516 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_priority_label"> 702 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_index_label">
517 <property name="visible">True</property> 703 <property name="visible">True</property>
518 <property name="can_focus">False</property>
519 <property name="xalign">1</property> 704 <property name="xalign">1</property>
520 <property name="label" translatable="yes">_Priority:</property> 705 <property name="label" translatable="yes">_Index file:</property>
521 <property name="use_underline">True</property> 706 <property name="use_underline">True</property>
707 <property name="mnemonic_widget">GNUNET_GTK_edit_publication_index_checkbutton</property>
522 </object> 708 </object>
523 <packing> 709 <packing>
524 <property name="expand">False</property> 710 <property name="expand">False</property>
@@ -528,17 +714,64 @@
528 </packing> 714 </packing>
529 </child> 715 </child>
530 <child> 716 <child>
531 <object class="GtkSpinButton" id="GNUNET_GTK_edit_publication_priority_spin_button"> 717 <object class="GtkCheckButton" id="GNUNET_GTK_edit_publication_index_checkbutton">
532 <property name="visible">True</property> 718 <property name="visible">True</property>
533 <property name="can_focus">True</property> 719 <property name="can_focus">True</property>
534 <property name="invisible_char">●</property> 720 <property name="receives_default">False</property>
535 <property name="invisible_char_set">True</property> 721 <property name="draw_indicator">True</property>
536 <property name="primary_icon_activatable">False</property> 722 </object>
537 <property name="secondary_icon_activatable">False</property> 723 <packing>
538 <property name="primary_icon_sensitive">True</property> 724 <property name="expand">False</property>
539 <property name="secondary_icon_sensitive">True</property> 725 <property name="fill">False</property>
540 <property name="adjustment">priority_adjustment</property> 726 <property name="position">1</property>
541 <property name="numeric">True</property> 727 </packing>
728 </child>
729 </object>
730 <packing>
731 <property name="position">1</property>
732 </packing>
733 </child>
734 <child>
735 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_anonymity_hbox">
736 <property name="visible">True</property>
737 <child>
738 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_anonymity_label">
739 <property name="visible">True</property>
740 <property name="xalign">1</property>
741 <property name="label" translatable="yes">A_nonymity:</property>
742 <property name="use_underline">True</property>
743 </object>
744 <packing>
745 <property name="expand">False</property>
746 <property name="fill">False</property>
747 <property name="padding">5</property>
748 <property name="position">0</property>
749 </packing>
750 </child>
751 <child>
752 <object class="GtkAlignment" id="GNUNET_GTK_edit_publication_anonymity_combobox_alignment">
753 <property name="visible">True</property>
754 <property name="yscale">0</property>
755 <child>
756 <object class="GtkComboBox" id="GNUNET_GTK_edit_publication_anonymity_combobox">
757 <property name="visible">True</property>
758 <property name="model">main_window_search_anonymity_liststore</property>
759 <property name="active">1</property>
760 <child>
761 <object class="GtkCellRendererText" id="GNUNET_GTK_edit_publication_anonymity_combobox_renderer"/>
762 <attributes>
763 <attribute name="foreground">2</attribute>
764 <attribute name="text">0</attribute>
765 </attributes>
766 </child>
767 <child>
768 <object class="GtkCellRendererText" id="GNUNET_GTK_edit_publication_anonymity_combobox_renerer_level"/>
769 <attributes>
770 <attribute name="text">1</attribute>
771 </attributes>
772 </child>
773 </object>
774 </child>
542 </object> 775 </object>
543 <packing> 776 <packing>
544 <property name="expand">False</property> 777 <property name="expand">False</property>
@@ -550,19 +783,17 @@
550 <packing> 783 <packing>
551 <property name="expand">False</property> 784 <property name="expand">False</property>
552 <property name="fill">False</property> 785 <property name="fill">False</property>
553 <property name="position">1</property> 786 <property name="position">2</property>
554 </packing> 787 </packing>
555 </child> 788 </child>
556 <child> 789 <child>
557 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_root_hbox"> 790 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_priority_hbox">
558 <property name="visible">True</property> 791 <property name="visible">True</property>
559 <property name="can_focus">False</property>
560 <child> 792 <child>
561 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_root_label"> 793 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_priority_label">
562 <property name="visible">True</property> 794 <property name="visible">True</property>
563 <property name="can_focus">False</property>
564 <property name="xalign">1</property> 795 <property name="xalign">1</property>
565 <property name="label" translatable="yes">_Root keyword:</property> 796 <property name="label" translatable="yes">_Priority:</property>
566 <property name="use_underline">True</property> 797 <property name="use_underline">True</property>
567 </object> 798 </object>
568 <packing> 799 <packing>
@@ -573,16 +804,15 @@
573 </packing> 804 </packing>
574 </child> 805 </child>
575 <child> 806 <child>
576 <object class="GtkEntry" id="GNUNET_GTK_edit_publication_root_entry"> 807 <object class="GtkSpinButton" id="GNUNET_GTK_edit_publication_priority_spin_button">
577 <property name="visible">True</property> 808 <property name="visible">True</property>
578 <property name="can_focus">True</property> 809 <property name="can_focus">True</property>
579 <property name="invisible_char">•</property> 810 <property name="invisible_char">&#x25CF;</property>
580 <property name="text">root</property>
581 <property name="invisible_char_set">True</property> 811 <property name="invisible_char_set">True</property>
582 <property name="primary_icon_activatable">False</property>
583 <property name="secondary_icon_activatable">False</property>
584 <property name="primary_icon_sensitive">True</property> 812 <property name="primary_icon_sensitive">True</property>
585 <property name="secondary_icon_sensitive">True</property> 813 <property name="secondary_icon_sensitive">True</property>
814 <property name="adjustment">priority_adjustment</property>
815 <property name="numeric">True</property>
586 </object> 816 </object>
587 <packing> 817 <packing>
588 <property name="expand">False</property> 818 <property name="expand">False</property>
@@ -594,17 +824,15 @@
594 <packing> 824 <packing>
595 <property name="expand">False</property> 825 <property name="expand">False</property>
596 <property name="fill">False</property> 826 <property name="fill">False</property>
597 <property name="position">2</property> 827 <property name="position">3</property>
598 </packing> 828 </packing>
599 </child> 829 </child>
600 <child> 830 <child>
601 <object class="GtkHBox" id="hbox4"> 831 <object class="GtkHBox" id="hbox4">
602 <property name="visible">True</property> 832 <property name="visible">True</property>
603 <property name="can_focus">False</property>
604 <child> 833 <child>
605 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_expiration_label"> 834 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_expiration_label">
606 <property name="visible">True</property> 835 <property name="visible">True</property>
607 <property name="can_focus">False</property>
608 <property name="xalign">1</property> 836 <property name="xalign">1</property>
609 <property name="label" translatable="yes">_Expriation year:</property> 837 <property name="label" translatable="yes">_Expriation year:</property>
610 <property name="use_underline">True</property> 838 <property name="use_underline">True</property>
@@ -621,10 +849,8 @@
621 <property name="visible">True</property> 849 <property name="visible">True</property>
622 <property name="can_focus">True</property> 850 <property name="can_focus">True</property>
623 <property name="max_length">4</property> 851 <property name="max_length">4</property>
624 <property name="invisible_char"></property> 852 <property name="invisible_char">&#x2022;</property>
625 <property name="invisible_char_set">True</property> 853 <property name="invisible_char_set">True</property>
626 <property name="primary_icon_activatable">False</property>
627 <property name="secondary_icon_activatable">False</property>
628 <property name="primary_icon_sensitive">True</property> 854 <property name="primary_icon_sensitive">True</property>
629 <property name="secondary_icon_sensitive">True</property> 855 <property name="secondary_icon_sensitive">True</property>
630 <property name="adjustment">expiration_year_adjustment</property> 856 <property name="adjustment">expiration_year_adjustment</property>
@@ -641,48 +867,35 @@
641 <packing> 867 <packing>
642 <property name="expand">False</property> 868 <property name="expand">False</property>
643 <property name="fill">False</property> 869 <property name="fill">False</property>
644 <property name="position">3</property> 870 <property name="position">4</property>
645 </packing> 871 </packing>
646 </child> 872 </child>
647 <child> 873 <child>
648 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_index_hbox"> 874 <object class="GtkHBox" id="hbox9">
649 <property name="visible">True</property> 875 <property name="visible">True</property>
650 <property name="can_focus">False</property>
651 <child> 876 <child>
652 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_index_label"> 877 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_replication_label">
653 <property name="visible">True</property> 878 <property name="visible">True</property>
654 <property name="can_focus">False</property> 879 <property name="label" translatable="yes">_Replication:</property>
655 <property name="xalign">1</property>
656 <property name="label" translatable="yes">_Index file:</property>
657 <property name="use_underline">True</property> 880 <property name="use_underline">True</property>
658 <property name="mnemonic_widget">GNUNET_GTK_edit_publication_index_checkbutton</property>
659 </object> 881 </object>
660 <packing> 882 <packing>
661 <property name="expand">False</property>
662 <property name="fill">False</property>
663 <property name="padding">5</property>
664 <property name="position">0</property> 883 <property name="position">0</property>
665 </packing> 884 </packing>
666 </child> 885 </child>
667 <child> 886 <child>
668 <object class="GtkCheckButton" id="GNUNET_GTK_edit_publication_index_checkbutton"> 887 <object class="GtkSpinButton" id="GNUNET_GTK_edit_publication_replication_spin_button">
669 <property name="use_action_appearance">False</property>
670 <property name="visible">True</property> 888 <property name="visible">True</property>
671 <property name="can_focus">True</property> 889 <property name="can_focus">True</property>
672 <property name="receives_default">False</property> 890 <property name="invisible_char">&#x25CF;</property>
673 <property name="draw_indicator">True</property>
674 </object> 891 </object>
675 <packing> 892 <packing>
676 <property name="expand">False</property>
677 <property name="fill">False</property>
678 <property name="position">1</property> 893 <property name="position">1</property>
679 </packing> 894 </packing>
680 </child> 895 </child>
681 </object> 896 </object>
682 <packing> 897 <packing>
683 <property name="expand">True</property> 898 <property name="position">5</property>
684 <property name="fill">True</property>
685 <property name="position">4</property>
686 </packing> 899 </packing>
687 </child> 900 </child>
688 </object> 901 </object>
@@ -692,7 +905,6 @@
692 <child type="label"> 905 <child type="label">
693 <object class="GtkLabel" id="label2"> 906 <object class="GtkLabel" id="label2">
694 <property name="visible">True</property> 907 <property name="visible">True</property>
695 <property name="can_focus">False</property>
696 <property name="label" translatable="yes">Publication options:</property> 908 <property name="label" translatable="yes">Publication options:</property>
697 <property name="use_markup">True</property> 909 <property name="use_markup">True</property>
698 </object> 910 </object>
@@ -712,52 +924,47 @@
712 </child> 924 </child>
713 </object> 925 </object>
714 <packing> 926 <packing>
715 <property name="expand">True</property>
716 <property name="fill">True</property>
717 <property name="position">0</property> 927 <property name="position">0</property>
718 </packing> 928 </packing>
719 </child> 929 </child>
720 <child> 930 <child>
721 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_buttons_hbox"> 931 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_buttons_hbox">
722 <property name="visible">True</property> 932 <property name="visible">True</property>
723 <property name="can_focus">False</property>
724 <child> 933 <child>
725 <object class="GtkButton" id="GNUNET_GTK_edit_publication_confirm_button"> 934 <object class="GtkButton" id="GNUNET_GTK_edit_publication_cancel_button">
726 <property name="label">gtk-ok</property> 935 <property name="label">gtk-cancel</property>
727 <property name="use_action_appearance">False</property>
728 <property name="visible">True</property> 936 <property name="visible">True</property>
729 <property name="sensitive">False</property>
730 <property name="can_focus">True</property> 937 <property name="can_focus">True</property>
731 <property name="can_default">True</property>
732 <property name="has_default">True</property>
733 <property name="receives_default">True</property> 938 <property name="receives_default">True</property>
734 <property name="use_stock">True</property> 939 <property name="use_stock">True</property>
735 <signal name="clicked" handler="GNUNET_GTK_edit_publication_confirm_button_clicked_cb" swapped="no"/> 940 <signal name="clicked" handler="GNUNET_GTK_edit_publication_cancel_button_clicked_cb"/>
736 </object> 941 </object>
737 <packing> 942 <packing>
738 <property name="expand">False</property> 943 <property name="expand">False</property>
739 <property name="fill">False</property> 944 <property name="fill">False</property>
740 <property name="padding">4</property> 945 <property name="padding">4</property>
741 <property name="pack_type">end</property> 946 <property name="pack_type">end</property>
742 <property name="position">0</property> 947 <property name="position">1</property>
743 </packing> 948 </packing>
744 </child> 949 </child>
745 <child> 950 <child>
746 <object class="GtkButton" id="GNUNET_GTK_edit_publication_cancel_button"> 951 <object class="GtkButton" id="GNUNET_GTK_edit_publication_confirm_button">
747 <property name="label">gtk-cancel</property> 952 <property name="label">gtk-ok</property>
748 <property name="use_action_appearance">False</property>
749 <property name="visible">True</property> 953 <property name="visible">True</property>
954 <property name="sensitive">False</property>
750 <property name="can_focus">True</property> 955 <property name="can_focus">True</property>
956 <property name="can_default">True</property>
957 <property name="has_default">True</property>
751 <property name="receives_default">True</property> 958 <property name="receives_default">True</property>
752 <property name="use_stock">True</property> 959 <property name="use_stock">True</property>
753 <signal name="clicked" handler="GNUNET_GTK_edit_publication_cancel_button_clicked_cb" swapped="no"/> 960 <signal name="clicked" handler="GNUNET_GTK_edit_publication_confirm_button_clicked_cb"/>
754 </object> 961 </object>
755 <packing> 962 <packing>
756 <property name="expand">False</property> 963 <property name="expand">False</property>
757 <property name="fill">False</property> 964 <property name="fill">False</property>
758 <property name="padding">4</property> 965 <property name="padding">4</property>
759 <property name="pack_type">end</property> 966 <property name="pack_type">end</property>
760 <property name="position">1</property> 967 <property name="position">0</property>
761 </packing> 968 </packing>
762 </child> 969 </child>
763 </object> 970 </object>
@@ -772,159 +979,107 @@
772 </object> 979 </object>
773 </child> 980 </child>
774 </object> 981 </object>
775 <object class="GtkTreeStore" id="GNUNET_GTK_file_sharing_publishing_tree_store">
776 <columns>
777 <!-- column-name filesize -->
778 <column type="gchararray"/>
779 <!-- column-name do_index -->
780 <column type="gboolean"/>
781 <!-- column-name filename -->
782 <column type="gchararray"/>
783 <!-- column-name anonymity_level -->
784 <column type="guint"/>
785 <!-- column-name priority -->
786 <column type="guint"/>
787 <!-- column-name file_information_struct -->
788 <column type="gpointer"/>
789 </columns>
790 </object>
791 <object class="GtkWindow" id="GNUNET_GTK_main_window"> 982 <object class="GtkWindow" id="GNUNET_GTK_main_window">
792 <property name="can_focus">False</property>
793 <property name="title" translatable="yes">gnunet-fs-gtk</property> 983 <property name="title" translatable="yes">gnunet-fs-gtk</property>
794 <property name="window_position">center</property> 984 <property name="window_position">center</property>
795 <property name="default_width">700</property> 985 <property name="default_width">700</property>
796 <property name="default_height">500</property> 986 <property name="default_height">500</property>
797 <property name="icon_name">gnunet-gtk</property> 987 <property name="icon_name">gnunet-gtk</property>
798 <signal name="delete-event" handler="GNUNET_GTK_quit_cb" after="yes" swapped="no"/> 988 <signal name="realize" handler="GNUNET_GTK_main_window_realize_cb"/>
799 <signal name="realize" handler="GNUNET_GTK_main_window_realize_cb" swapped="no"/> 989 <signal name="delete_event" handler="GNUNET_GTK_quit_cb" after="yes"/>
800 <child> 990 <child>
801 <object class="GtkVBox" id="GNUNET_GTK_main_window_vbox"> 991 <object class="GtkVBox" id="GNUNET_GTK_main_window_vbox">
802 <property name="visible">True</property> 992 <property name="visible">True</property>
803 <property name="can_focus">False</property>
804 <child>
805 <object class="GtkStatusbar" id="GNUNET_GTK_status_bar">
806 <property name="visible">True</property>
807 <property name="can_focus">False</property>
808 <property name="spacing">2</property>
809 </object>
810 <packing>
811 <property name="expand">False</property>
812 <property name="fill">True</property>
813 <property name="pack_type">end</property>
814 <property name="position">0</property>
815 </packing>
816 </child>
817 <child> 993 <child>
818 <object class="GtkMenuBar" id="GNUNET_GTK_main_menu"> 994 <object class="GtkMenuBar" id="GNUNET_GTK_main_menu">
819 <property name="visible">True</property> 995 <property name="visible">True</property>
820 <property name="can_focus">False</property>
821 <child> 996 <child>
822 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_file_sharing"> 997 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_file_sharing">
823 <property name="use_action_appearance">False</property>
824 <property name="visible">True</property> 998 <property name="visible">True</property>
825 <property name="can_focus">False</property>
826 <property name="label" translatable="yes">_File sharing</property> 999 <property name="label" translatable="yes">_File sharing</property>
827 <property name="use_underline">True</property> 1000 <property name="use_underline">True</property>
828 <child type="submenu"> 1001 <child type="submenu">
829 <object class="GtkMenu" id="GNUNET_GTK_main_menu_file_sharing_box"> 1002 <object class="GtkMenu" id="GNUNET_GTK_main_menu_file_sharing_box">
830 <property name="can_focus">False</property>
831 <child> 1003 <child>
832 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_create_pseudonym"> 1004 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_create_pseudonym">
833 <property name="label" translatable="yes">_Create pseudonym</property> 1005 <property name="label" translatable="yes">_Create pseudonym</property>
834 <property name="use_action_appearance">False</property>
835 <property name="visible">True</property> 1006 <property name="visible">True</property>
836 <property name="can_focus">False</property>
837 <property name="tooltip_text" translatable="yes">Create a pseudonym for publishing content. Note that you can also publish content anonymously (without using a pseudonym).</property> 1007 <property name="tooltip_text" translatable="yes">Create a pseudonym for publishing content. Note that you can also publish content anonymously (without using a pseudonym).</property>
838 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Create pseudonym</property> 1008 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Create pseudonym</property>
839 <property name="use_underline">True</property> 1009 <property name="use_underline">True</property>
840 <property name="image">new_stock_imag</property> 1010 <property name="image">new_stock_imag</property>
841 <property name="use_stock">False</property> 1011 <property name="use_stock">False</property>
842 <accelerator key="n" signal="activate" modifiers="GDK_CONTROL_MASK"/> 1012 <accelerator key="n" signal="activate" modifiers="GDK_CONTROL_MASK"/>
843 <signal name="activate" handler="GNUNET_GTK_main_menu_create_pseudonym_activate_cb" swapped="no"/> 1013 <signal name="activate" handler="GNUNET_GTK_main_menu_create_pseudonym_activate_cb"/>
844 </object> 1014 </object>
845 </child> 1015 </child>
846 <child> 1016 <child>
847 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_advertise_pseudonym"> 1017 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_advertise_pseudonym">
848 <property name="label" translatable="yes">_Advertise Pseudonym</property> 1018 <property name="label" translatable="yes">_Advertise Pseudonym</property>
849 <property name="use_action_appearance">False</property>
850 <property name="visible">True</property> 1019 <property name="visible">True</property>
851 <property name="can_focus">False</property>
852 <property name="use_underline">True</property> 1020 <property name="use_underline">True</property>
853 <property name="image">index_stock_image</property> 1021 <property name="image">index_stock_image</property>
854 <property name="use_stock">False</property> 1022 <property name="use_stock">False</property>
855 <signal name="activate" handler="GNUNET_GTK_main_menu_file_advertise_pseudonym_activate_cb" swapped="no"/> 1023 <signal name="activate" handler="GNUNET_GTK_main_menu_file_advertise_pseudonym_activate_cb"/>
856 </object> 1024 </object>
857 </child> 1025 </child>
858 <child> 1026 <child>
859 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_publish"> 1027 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_publish">
860 <property name="label" translatable="yes">_Publish</property> 1028 <property name="label" translatable="yes">_Publish</property>
861 <property name="use_action_appearance">False</property>
862 <property name="visible">True</property> 1029 <property name="visible">True</property>
863 <property name="can_focus">False</property>
864 <property name="tooltip_text" translatable="yes">Publish files or directories on GNUnet</property> 1030 <property name="tooltip_text" translatable="yes">Publish files or directories on GNUnet</property>
865 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Publish</property> 1031 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Publish</property>
866 <property name="use_underline">True</property> 1032 <property name="use_underline">True</property>
867 <property name="image">up_stock_image</property> 1033 <property name="image">up_stock_image</property>
868 <property name="use_stock">False</property> 1034 <property name="use_stock">False</property>
869 <accelerator key="a" signal="activate" modifiers="GDK_CONTROL_MASK"/> 1035 <accelerator key="a" signal="activate" modifiers="GDK_CONTROL_MASK"/>
870 <signal name="activate" handler="GNUNET_GTK_main_menu_file_publish_activate_cb" swapped="no"/> 1036 <signal name="activate" handler="GNUNET_GTK_main_menu_file_publish_activate_cb"/>
871 </object> 1037 </object>
872 </child> 1038 </child>
873 <child> 1039 <child>
874 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep1"> 1040 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep1"/>
875 <property name="use_action_appearance">False</property>
876 <property name="can_focus">False</property>
877 </object>
878 </child> 1041 </child>
879 <child> 1042 <child>
880 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_download_uri"> 1043 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_download_uri">
881 <property name="label" translatable="yes">_Download</property> 1044 <property name="label" translatable="yes">_Download</property>
882 <property name="use_action_appearance">False</property>
883 <property name="visible">True</property> 1045 <property name="visible">True</property>
884 <property name="can_focus">False</property>
885 <property name="tooltip_text" translatable="yes">Download a file or directory with a known URI.</property> 1046 <property name="tooltip_text" translatable="yes">Download a file or directory with a known URI.</property>
886 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Download</property> 1047 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Download</property>
887 <property name="use_underline">True</property> 1048 <property name="use_underline">True</property>
888 <property name="image">down_stock_image</property> 1049 <property name="image">down_stock_image</property>
889 <property name="use_stock">False</property> 1050 <property name="use_stock">False</property>
890 <accelerator key="d" signal="activate" modifiers="GDK_CONTROL_MASK"/> 1051 <accelerator key="d" signal="activate" modifiers="GDK_CONTROL_MASK"/>
891 <signal name="activate" handler="GNUNET_GTK_main_menu_file_download_uri_activate_cb" swapped="no"/> 1052 <signal name="activate" handler="GNUNET_GTK_main_menu_file_download_uri_activate_cb"/>
892 </object> 1053 </object>
893 </child> 1054 </child>
894 <child> 1055 <child>
895 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_open_gnunet_directory"> 1056 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_open_gnunet_directory">
896 <property name="label" translatable="yes">_Open GNUnet directory</property> 1057 <property name="label" translatable="yes">_Open GNUnet directory</property>
897 <property name="use_action_appearance">False</property>
898 <property name="visible">True</property> 1058 <property name="visible">True</property>
899 <property name="can_focus">False</property>
900 <property name="tooltip_text" translatable="yes">Use this option to browse a GNUnet directory file that has been previously downloaded.</property> 1059 <property name="tooltip_text" translatable="yes">Use this option to browse a GNUnet directory file that has been previously downloaded.</property>
901 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Open directory</property> 1060 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Open directory</property>
902 <property name="use_underline">True</property> 1061 <property name="use_underline">True</property>
903 <property name="image">open_stock_image</property> 1062 <property name="image">open_stock_image</property>
904 <property name="use_stock">False</property> 1063 <property name="use_stock">False</property>
905 <accelerator key="F3" signal="activate"/> 1064 <accelerator key="F3" signal="activate"/>
906 <signal name="activate" handler="GNUNET_GTK_main_menu_file_open_gnunet_directory_activate_cb" swapped="no"/> 1065 <signal name="activate" handler="GNUNET_GTK_main_menu_file_open_gnunet_directory_activate_cb"/>
907 </object> 1066 </object>
908 </child> 1067 </child>
909 <child> 1068 <child>
910 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep2"> 1069 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep2">
911 <property name="use_action_appearance">False</property>
912 <property name="visible">True</property> 1070 <property name="visible">True</property>
913 <property name="can_focus">False</property>
914 </object> 1071 </object>
915 </child> 1072 </child>
916 <child> 1073 <child>
917 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_quit"> 1074 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_quit">
918 <property name="label">gtk-quit</property> 1075 <property name="label">gtk-quit</property>
919 <property name="use_action_appearance">False</property>
920 <property name="visible">True</property> 1076 <property name="visible">True</property>
921 <property name="can_focus">False</property>
922 <property name="tooltip_text" translatable="yes">Exit gnunet-fs-gtk. Active file-sharing operations will resume upon restart.</property> 1077 <property name="tooltip_text" translatable="yes">Exit gnunet-fs-gtk. Active file-sharing operations will resume upon restart.</property>
923 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Quit</property> 1078 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Quit</property>
924 <property name="use_underline">True</property> 1079 <property name="use_underline">True</property>
925 <property name="use_stock">True</property> 1080 <property name="use_stock">True</property>
926 <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/> 1081 <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
927 <signal name="activate" handler="GNUNET_GTK_quit_cb" swapped="no"/> 1082 <signal name="activate" handler="GNUNET_GTK_quit_cb"/>
928 </object> 1083 </object>
929 </child> 1084 </child>
930 </object> 1085 </object>
@@ -933,20 +1088,15 @@
933 </child> 1088 </child>
934 <child> 1089 <child>
935 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_edit"> 1090 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_edit">
936 <property name="use_action_appearance">False</property>
937 <property name="can_focus">False</property>
938 <property name="label" translatable="yes">_Edit</property> 1091 <property name="label" translatable="yes">_Edit</property>
939 <property name="use_underline">True</property> 1092 <property name="use_underline">True</property>
940 <child type="submenu"> 1093 <child type="submenu">
941 <object class="GtkMenu" id="GNUNET_GTK_main_menu_edit_box"> 1094 <object class="GtkMenu" id="GNUNET_GTK_main_menu_edit_box">
942 <property name="visible">True</property> 1095 <property name="visible">True</property>
943 <property name="can_focus">False</property>
944 <child> 1096 <child>
945 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_edit_preferences"> 1097 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_edit_preferences">
946 <property name="label">gtk-preferences</property> 1098 <property name="label">gtk-preferences</property>
947 <property name="use_action_appearance">False</property>
948 <property name="visible">True</property> 1099 <property name="visible">True</property>
949 <property name="can_focus">False</property>
950 <property name="tooltip_text" translatable="yes">Edit the system configuration.</property> 1100 <property name="tooltip_text" translatable="yes">Edit the system configuration.</property>
951 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Edit/Preferences</property> 1101 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Edit/Preferences</property>
952 <property name="use_underline">True</property> 1102 <property name="use_underline">True</property>
@@ -959,49 +1109,40 @@
959 </child> 1109 </child>
960 <child> 1110 <child>
961 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_view"> 1111 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_view">
962 <property name="use_action_appearance">False</property>
963 <property name="visible">True</property> 1112 <property name="visible">True</property>
964 <property name="can_focus">False</property>
965 <property name="label" translatable="yes">_View</property> 1113 <property name="label" translatable="yes">_View</property>
966 <property name="use_underline">True</property> 1114 <property name="use_underline">True</property>
967 <child type="submenu"> 1115 <child type="submenu">
968 <object class="GtkMenu" id="GNUNET_GTK_main_menu_view_box"> 1116 <object class="GtkMenu" id="GNUNET_GTK_main_menu_view_box">
969 <property name="visible">True</property> 1117 <property name="visible">True</property>
970 <property name="can_focus">False</property>
971 <child> 1118 <child>
972 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_metadata"> 1119 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_metadata">
973 <property name="use_action_appearance">False</property>
974 <property name="visible">True</property> 1120 <property name="visible">True</property>
975 <property name="can_focus">False</property>
976 <property name="tooltip_text" translatable="yes">Show meta data in main window</property> 1121 <property name="tooltip_text" translatable="yes">Show meta data in main window</property>
977 <property name="label" translatable="yes">Metadata</property> 1122 <property name="label" translatable="yes">Metadata</property>
978 <property name="use_underline">True</property> 1123 <property name="use_underline">True</property>
979 <property name="active">True</property> 1124 <property name="active">True</property>
980 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_metadata_toggled_cb" swapped="no"/> 1125 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_metadata_toggled_cb"/>
981 </object> 1126 </object>
982 </child> 1127 </child>
983 <child> 1128 <child>
984 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_preview"> 1129 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_preview">
985 <property name="use_action_appearance">False</property>
986 <property name="visible">True</property> 1130 <property name="visible">True</property>
987 <property name="can_focus">False</property>
988 <property name="tooltip_text" translatable="yes">Show preview (when available)</property> 1131 <property name="tooltip_text" translatable="yes">Show preview (when available)</property>
989 <property name="label" translatable="yes">Preview</property> 1132 <property name="label" translatable="yes">Preview</property>
990 <property name="use_underline">True</property> 1133 <property name="use_underline">True</property>
991 <property name="active">True</property> 1134 <property name="active">True</property>
992 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_preview_toggled_cb" swapped="no"/> 1135 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_preview_toggled_cb"/>
993 </object> 1136 </object>
994 </child> 1137 </child>
995 <child> 1138 <child>
996 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_search_preview"> 1139 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_search_preview">
997 <property name="use_action_appearance">False</property>
998 <property name="visible">True</property> 1140 <property name="visible">True</property>
999 <property name="can_focus">False</property>
1000 <property name="tooltip_text" translatable="yes">Show search box in main window</property> 1141 <property name="tooltip_text" translatable="yes">Show search box in main window</property>
1001 <property name="label" translatable="yes">Search</property> 1142 <property name="label" translatable="yes">Search</property>
1002 <property name="use_underline">True</property> 1143 <property name="use_underline">True</property>
1003 <property name="active">True</property> 1144 <property name="active">True</property>
1004 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_search_toggled_cb" swapped="no"/> 1145 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_search_toggled_cb"/>
1005 </object> 1146 </object>
1006 </child> 1147 </child>
1007 </object> 1148 </object>
@@ -1010,26 +1151,21 @@
1010 </child> 1151 </child>
1011 <child> 1152 <child>
1012 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_help"> 1153 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_help">
1013 <property name="use_action_appearance">False</property>
1014 <property name="visible">True</property> 1154 <property name="visible">True</property>
1015 <property name="can_focus">False</property>
1016 <property name="label" translatable="yes">_Help</property> 1155 <property name="label" translatable="yes">_Help</property>
1017 <property name="use_underline">True</property> 1156 <property name="use_underline">True</property>
1018 <child type="submenu"> 1157 <child type="submenu">
1019 <object class="GtkMenu" id="GNUNET_GTK_main_menu_help_abou"> 1158 <object class="GtkMenu" id="GNUNET_GTK_main_menu_help_abou">
1020 <property name="visible">True</property> 1159 <property name="visible">True</property>
1021 <property name="can_focus">False</property>
1022 <child> 1160 <child>
1023 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_help_about"> 1161 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_help_about">
1024 <property name="label">gtk-about</property> 1162 <property name="label">gtk-about</property>
1025 <property name="use_action_appearance">False</property>
1026 <property name="visible">True</property> 1163 <property name="visible">True</property>
1027 <property name="can_focus">False</property>
1028 <property name="tooltip_text" translatable="yes">Display information about this version of gnunet-fs-gtk</property> 1164 <property name="tooltip_text" translatable="yes">Display information about this version of gnunet-fs-gtk</property>
1029 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Help/About</property> 1165 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Help/About</property>
1030 <property name="use_underline">True</property> 1166 <property name="use_underline">True</property>
1031 <property name="use_stock">True</property> 1167 <property name="use_stock">True</property>
1032 <signal name="activate" handler="GNUNET_GTK_main_menu_help_about_activate_cb" swapped="no"/> 1168 <signal name="activate" handler="GNUNET_GTK_main_menu_help_about_activate_cb"/>
1033 </object> 1169 </object>
1034 </child> 1170 </child>
1035 </object> 1171 </object>
@@ -1039,20 +1175,17 @@
1039 </object> 1175 </object>
1040 <packing> 1176 <packing>
1041 <property name="expand">False</property> 1177 <property name="expand">False</property>
1042 <property name="fill">True</property>
1043 <property name="position">1</property> 1178 <property name="position">1</property>
1044 </packing> 1179 </packing>
1045 </child> 1180 </child>
1046 <child> 1181 <child>
1047 <object class="GtkHBox" id="main_window_search_hbox"> 1182 <object class="GtkHBox" id="main_window_search_hbox">
1048 <property name="visible">True</property> 1183 <property name="visible">True</property>
1049 <property name="can_focus">False</property>
1050 <property name="border_width">3</property> 1184 <property name="border_width">3</property>
1051 <property name="spacing">4</property> 1185 <property name="spacing">4</property>
1052 <child> 1186 <child>
1053 <object class="GtkLabel" id="main_window_search_namespace_label"> 1187 <object class="GtkLabel" id="main_window_search_namespace_label">
1054 <property name="visible">True</property> 1188 <property name="visible">True</property>
1055 <property name="can_focus">False</property>
1056 <property name="label" translatable="yes">Namespace:</property> 1189 <property name="label" translatable="yes">Namespace:</property>
1057 </object> 1190 </object>
1058 <packing> 1191 <packing>
@@ -1064,7 +1197,6 @@
1064 <child> 1197 <child>
1065 <object class="GtkLabel" id="main_window_search_selected_namespace_label"> 1198 <object class="GtkLabel" id="main_window_search_selected_namespace_label">
1066 <property name="visible">True</property> 1199 <property name="visible">True</property>
1067 <property name="can_focus">False</property>
1068 <property name="label">&lt;none&gt;</property> 1200 <property name="label">&lt;none&gt;</property>
1069 <property name="single_line_mode">True</property> 1201 <property name="single_line_mode">True</property>
1070 </object> 1202 </object>
@@ -1077,12 +1209,10 @@
1077 <child> 1209 <child>
1078 <object class="GtkAlignment" id="main_window_search_namespace_combobox_alignment"> 1210 <object class="GtkAlignment" id="main_window_search_namespace_combobox_alignment">
1079 <property name="visible">True</property> 1211 <property name="visible">True</property>
1080 <property name="can_focus">False</property>
1081 <property name="xscale">0</property> 1212 <property name="xscale">0</property>
1082 <property name="yscale">0</property> 1213 <property name="yscale">0</property>
1083 <child> 1214 <child>
1084 <object class="GtkToggleButton" id="main_window_search_namespace_dropdown_button"> 1215 <object class="GtkToggleButton" id="main_window_search_namespace_dropdown_button">
1085 <property name="use_action_appearance">False</property>
1086 <property name="width_request">21</property> 1216 <property name="width_request">21</property>
1087 <property name="height_request">21</property> 1217 <property name="height_request">21</property>
1088 <property name="visible">True</property> 1218 <property name="visible">True</property>
@@ -1090,13 +1220,12 @@
1090 <property name="receives_default">True</property> 1220 <property name="receives_default">True</property>
1091 <property name="events">GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property> 1221 <property name="events">GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
1092 <property name="image_position">right</property> 1222 <property name="image_position">right</property>
1093 <signal name="toggled" handler="main_window_search_namespace_dropdown_button_toggled_cb" swapped="no"/> 1223 <signal name="leave_notify_event" handler="namespace_selector_window_leave_notify_event_cb"/>
1094 <signal name="enter-notify-event" handler="main_window_search_namespace_dropdown_button_enter_notify_event_cb" swapped="no"/> 1224 <signal name="toggled" handler="main_window_search_namespace_dropdown_button_toggled_cb"/>
1095 <signal name="leave-notify-event" handler="namespace_selector_window_leave_notify_event_cb" swapped="no"/> 1225 <signal name="enter_notify_event" handler="main_window_search_namespace_dropdown_button_enter_notify_event_cb"/>
1096 <child> 1226 <child>
1097 <object class="GtkArrow" id="arrow1"> 1227 <object class="GtkArrow" id="arrow1">
1098 <property name="visible">True</property> 1228 <property name="visible">True</property>
1099 <property name="can_focus">False</property>
1100 <property name="arrow_type">down</property> 1229 <property name="arrow_type">down</property>
1101 </object> 1230 </object>
1102 </child> 1231 </child>
@@ -1115,17 +1244,15 @@
1115 <child> 1244 <child>
1116 <object class="GtkAlignment" id="main_window_search_button_alignment"> 1245 <object class="GtkAlignment" id="main_window_search_button_alignment">
1117 <property name="visible">True</property> 1246 <property name="visible">True</property>
1118 <property name="can_focus">False</property>
1119 <property name="yscale">0</property> 1247 <property name="yscale">0</property>
1120 <child> 1248 <child>
1121 <object class="GtkButton" id="main_window_search_button"> 1249 <object class="GtkButton" id="main_window_search_button">
1122 <property name="label" translatable="yes">Find:</property> 1250 <property name="label" translatable="yes">Find:</property>
1123 <property name="use_action_appearance">False</property>
1124 <property name="visible">True</property> 1251 <property name="visible">True</property>
1125 <property name="can_focus">True</property> 1252 <property name="can_focus">True</property>
1126 <property name="receives_default">True</property> 1253 <property name="receives_default">True</property>
1127 <property name="image">find_stock_image</property> 1254 <property name="image">find_stock_image</property>
1128 <signal name="clicked" handler="main_window_search_button_clicked_cb" swapped="no"/> 1255 <signal name="clicked" handler="main_window_search_button_clicked_cb"/>
1129 </object> 1256 </object>
1130 </child> 1257 </child>
1131 </object> 1258 </object>
@@ -1140,24 +1267,19 @@
1140 <property name="visible">True</property> 1267 <property name="visible">True</property>
1141 <property name="can_focus">True</property> 1268 <property name="can_focus">True</property>
1142 <property name="has_focus">True</property> 1269 <property name="has_focus">True</property>
1143 <property name="invisible_char"></property> 1270 <property name="invisible_char">&#x25CF;</property>
1144 <property name="invisible_char_set">True</property> 1271 <property name="invisible_char_set">True</property>
1145 <property name="primary_icon_activatable">False</property>
1146 <property name="secondary_icon_activatable">False</property>
1147 <property name="primary_icon_sensitive">True</property> 1272 <property name="primary_icon_sensitive">True</property>
1148 <property name="secondary_icon_sensitive">True</property> 1273 <property name="secondary_icon_sensitive">True</property>
1149 <signal name="key-press-event" handler="main_window_search_entry_key_press_event_cb" swapped="no"/> 1274 <signal name="key_press_event" handler="main_window_search_entry_key_press_event_cb"/>
1150 </object> 1275 </object>
1151 <packing> 1276 <packing>
1152 <property name="expand">True</property>
1153 <property name="fill">True</property>
1154 <property name="position">5</property> 1277 <property name="position">5</property>
1155 </packing> 1278 </packing>
1156 </child> 1279 </child>
1157 <child> 1280 <child>
1158 <object class="GtkLabel" id="main_window_search_anonymity_label"> 1281 <object class="GtkLabel" id="main_window_search_anonymity_label">
1159 <property name="visible">True</property> 1282 <property name="visible">True</property>
1160 <property name="can_focus">False</property>
1161 <property name="label" translatable="yes">Anonymity:</property> 1283 <property name="label" translatable="yes">Anonymity:</property>
1162 </object> 1284 </object>
1163 <packing> 1285 <packing>
@@ -1169,12 +1291,10 @@
1169 <child> 1291 <child>
1170 <object class="GtkAlignment" id="main_window_search_anonymity_combobox_alignment"> 1292 <object class="GtkAlignment" id="main_window_search_anonymity_combobox_alignment">
1171 <property name="visible">True</property> 1293 <property name="visible">True</property>
1172 <property name="can_focus">False</property>
1173 <property name="yscale">0</property> 1294 <property name="yscale">0</property>
1174 <child> 1295 <child>
1175 <object class="GtkComboBox" id="main_window_search_anonymity_combobox"> 1296 <object class="GtkComboBox" id="main_window_search_anonymity_combobox">
1176 <property name="visible">True</property> 1297 <property name="visible">True</property>
1177 <property name="can_focus">False</property>
1178 <property name="model">main_window_search_anonymity_liststore</property> 1298 <property name="model">main_window_search_anonymity_liststore</property>
1179 <property name="active">1</property> 1299 <property name="active">1</property>
1180 <child> 1300 <child>
@@ -1202,7 +1322,6 @@
1202 <child> 1322 <child>
1203 <object class="GtkLabel" id="main_window_search_mime_label"> 1323 <object class="GtkLabel" id="main_window_search_mime_label">
1204 <property name="visible">True</property> 1324 <property name="visible">True</property>
1205 <property name="can_focus">False</property>
1206 <property name="label" translatable="yes">Type:</property> 1325 <property name="label" translatable="yes">Type:</property>
1207 </object> 1326 </object>
1208 <packing> 1327 <packing>
@@ -1214,12 +1333,10 @@
1214 <child> 1333 <child>
1215 <object class="GtkAlignment" id="main_window_search_mime_combobox_alignment"> 1334 <object class="GtkAlignment" id="main_window_search_mime_combobox_alignment">
1216 <property name="visible">True</property> 1335 <property name="visible">True</property>
1217 <property name="can_focus">False</property>
1218 <property name="yscale">0</property> 1336 <property name="yscale">0</property>
1219 <child> 1337 <child>
1220 <object class="GtkComboBox" id="main_window_search_mime_combobox"> 1338 <object class="GtkComboBox" id="main_window_search_mime_combobox">
1221 <property name="visible">True</property> 1339 <property name="visible">True</property>
1222 <property name="can_focus">False</property>
1223 <property name="model">main_window_search_mime_liststore</property> 1340 <property name="model">main_window_search_mime_liststore</property>
1224 <property name="active">0</property> 1341 <property name="active">0</property>
1225 <child> 1342 <child>
@@ -1286,7 +1403,7 @@
1286 <property name="tab_border">0</property> 1403 <property name="tab_border">0</property>
1287 <property name="tab_hborder">0</property> 1404 <property name="tab_hborder">0</property>
1288 <property name="tab_vborder">0</property> 1405 <property name="tab_vborder">0</property>
1289 <signal name="switch-page" handler="GNUNET_GTK_main_window_notebook_switch_page_cb" after="yes" swapped="no"/> 1406 <signal name="switch_page" handler="GNUNET_GTK_main_window_notebook_switch_page_cb" after="yes"/>
1290 </object> 1407 </object>
1291 <packing> 1408 <packing>
1292 <property name="resize">True</property> 1409 <property name="resize">True</property>
@@ -1296,13 +1413,11 @@
1296 <child> 1413 <child>
1297 <object class="GtkVBox" id="GNUNET_GTK_main_window_extras_vbox"> 1414 <object class="GtkVBox" id="GNUNET_GTK_main_window_extras_vbox">
1298 <property name="visible">True</property> 1415 <property name="visible">True</property>
1299 <property name="can_focus">False</property>
1300 <child> 1416 <child>
1301 <object class="GtkImage" id="GNUNET_GTK_main_window_preview_image"> 1417 <object class="GtkImage" id="GNUNET_GTK_main_window_preview_image">
1302 <property name="width_request">128</property> 1418 <property name="width_request">128</property>
1303 <property name="height_request">128</property> 1419 <property name="height_request">128</property>
1304 <property name="visible">True</property> 1420 <property name="visible">True</property>
1305 <property name="can_focus">False</property>
1306 <property name="has_tooltip">True</property> 1421 <property name="has_tooltip">True</property>
1307 <property name="tooltip_text" translatable="yes">Thumbnail associated with the currently selected content</property> 1422 <property name="tooltip_text" translatable="yes">Thumbnail associated with the currently selected content</property>
1308 <property name="pixel_size">256</property> 1423 <property name="pixel_size">256</property>
@@ -1332,12 +1447,12 @@
1332 <property name="search_column">0</property> 1447 <property name="search_column">0</property>
1333 <property name="rubber_banding">True</property> 1448 <property name="rubber_banding">True</property>
1334 <property name="enable_grid_lines">both</property> 1449 <property name="enable_grid_lines">both</property>
1335 <signal name="button-press-event" handler="GNUNET_GTK_main_window_metadata_treeview_button_press_event_cb" swapped="no"/> 1450 <signal name="button_press_event" handler="GNUNET_GTK_main_window_metadata_treeview_button_press_event_cb"/>
1336 <signal name="popup-menu" handler="GNUNET_GTK_main_window_metadata_treeview_popup_menu_cb" swapped="no"/> 1451 <signal name="popup_menu" handler="GNUNET_GTK_main_window_metadata_treeview_popup_menu_cb"/>
1337 <child> 1452 <child>
1338 <object class="GtkTreeViewColumn" id="GNUNET_GTK_main_window_metadata_type_column"> 1453 <object class="GtkTreeViewColumn" id="GNUNET_GTK_main_window_metadata_type_column">
1339 <property name="sizing">autosize</property> 1454 <property name="sizing">autosize</property>
1340 <property name="title" translatable="yes">Type</property> 1455 <property name="title">Type</property>
1341 <property name="clickable">True</property> 1456 <property name="clickable">True</property>
1342 <property name="reorderable">True</property> 1457 <property name="reorderable">True</property>
1343 <property name="sort_indicator">True</property> 1458 <property name="sort_indicator">True</property>
@@ -1352,7 +1467,7 @@
1352 <child> 1467 <child>
1353 <object class="GtkTreeViewColumn" id="GNUNET_GTK_main_window_metadata_value_column"> 1468 <object class="GtkTreeViewColumn" id="GNUNET_GTK_main_window_metadata_value_column">
1354 <property name="sizing">autosize</property> 1469 <property name="sizing">autosize</property>
1355 <property name="title" translatable="yes">Value</property> 1470 <property name="title">Value</property>
1356 <property name="expand">True</property> 1471 <property name="expand">True</property>
1357 <property name="clickable">True</property> 1472 <property name="clickable">True</property>
1358 <property name="reorderable">True</property> 1473 <property name="reorderable">True</property>
@@ -1371,8 +1486,6 @@
1371 </child> 1486 </child>
1372 </object> 1487 </object>
1373 <packing> 1488 <packing>
1374 <property name="expand">True</property>
1375 <property name="fill">True</property>
1376 <property name="position">1</property> 1489 <property name="position">1</property>
1377 </packing> 1490 </packing>
1378 </child> 1491 </child>
@@ -1384,28 +1497,35 @@
1384 </child> 1497 </child>
1385 </object> 1498 </object>
1386 <packing> 1499 <packing>
1387 <property name="expand">True</property>
1388 <property name="fill">True</property>
1389 <property name="position">3</property> 1500 <property name="position">3</property>
1390 </packing> 1501 </packing>
1391 </child> 1502 </child>
1503 <child>
1504 <object class="GtkStatusbar" id="GNUNET_GTK_status_bar">
1505 <property name="visible">True</property>
1506 <property name="spacing">2</property>
1507 </object>
1508 <packing>
1509 <property name="expand">False</property>
1510 <property name="pack_type">end</property>
1511 <property name="position">0</property>
1512 </packing>
1513 </child>
1392 </object> 1514 </object>
1393 </child> 1515 </child>
1394 </object> 1516 </object>
1395 <object class="GtkWindow" id="GNUNET_GTK_master_publish_dialog"> 1517 <object class="GtkWindow" id="GNUNET_GTK_master_publish_dialog">
1396 <property name="height_request">500</property> 1518 <property name="height_request">500</property>
1397 <property name="can_focus">False</property>
1398 <property name="title" translatable="yes">Publish content on GNUnet</property> 1519 <property name="title" translatable="yes">Publish content on GNUnet</property>
1399 <property name="window_position">center-on-parent</property> 1520 <property name="window_position">center-on-parent</property>
1400 <property name="destroy_with_parent">True</property> 1521 <property name="destroy_with_parent">True</property>
1401 <property name="deletable">False</property> 1522 <property name="deletable">False</property>
1402 <property name="transient_for">GNUNET_GTK_main_window</property> 1523 <property name="transient_for">GNUNET_GTK_main_window</property>
1403 <signal name="realize" handler="GNUNET_GTK_master_publish_dialog_realize_cb" swapped="no"/> 1524 <signal name="realize" handler="GNUNET_GTK_master_publish_dialog_realize_cb"/>
1404 <signal name="delete-event" handler="GNUNET_GTK_master_publish_dialog_delete_event_cb" swapped="no"/> 1525 <signal name="delete_event" handler="GNUNET_GTK_master_publish_dialog_delete_event_cb"/>
1405 <child> 1526 <child>
1406 <object class="GtkVBox" id="GNUNET_GTK_master_publish_dialog_vbox"> 1527 <object class="GtkVBox" id="GNUNET_GTK_master_publish_dialog_vbox">
1407 <property name="visible">True</property> 1528 <property name="visible">True</property>
1408 <property name="can_focus">False</property>
1409 <property name="border_width">4</property> 1529 <property name="border_width">4</property>
1410 <property name="spacing">7</property> 1530 <property name="spacing">7</property>
1411 <child> 1531 <child>
@@ -1429,7 +1549,7 @@
1429 <child> 1549 <child>
1430 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_file_information_filesize_column"> 1550 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_file_information_filesize_column">
1431 <property name="sizing">autosize</property> 1551 <property name="sizing">autosize</property>
1432 <property name="title" translatable="yes">Size</property> 1552 <property name="title">Size</property>
1433 <child> 1553 <child>
1434 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_file_information_filesize_renderer"/> 1554 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_file_information_filesize_renderer"/>
1435 <attributes> 1555 <attributes>
@@ -1442,7 +1562,7 @@
1442 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_file_information_filename_column"> 1562 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_file_information_filename_column">
1443 <property name="resizable">True</property> 1563 <property name="resizable">True</property>
1444 <property name="sizing">autosize</property> 1564 <property name="sizing">autosize</property>
1445 <property name="title" translatable="yes">Filename</property> 1565 <property name="title">Filename</property>
1446 <property name="expand">True</property> 1566 <property name="expand">True</property>
1447 <property name="clickable">True</property> 1567 <property name="clickable">True</property>
1448 <property name="reorderable">True</property> 1568 <property name="reorderable">True</property>
@@ -1459,42 +1579,36 @@
1459 </child> 1579 </child>
1460 </object> 1580 </object>
1461 <packing> 1581 <packing>
1462 <property name="expand">True</property>
1463 <property name="fill">True</property>
1464 <property name="position">0</property> 1582 <property name="position">0</property>
1465 </packing> 1583 </packing>
1466 </child> 1584 </child>
1467 <child> 1585 <child>
1468 <object class="GtkHBox" id="GNUNET_GTK_master_dialog_modification_button_hbox"> 1586 <object class="GtkHBox" id="GNUNET_GTK_master_dialog_modification_button_hbox">
1469 <property name="visible">True</property> 1587 <property name="visible">True</property>
1470 <property name="can_focus">False</property>
1471 <child> 1588 <child>
1472 <object class="GtkTable" id="GNUNET_GTK_master_publish_dialog_action_table"> 1589 <object class="GtkTable" id="GNUNET_GTK_master_publish_dialog_action_table">
1473 <property name="visible">True</property> 1590 <property name="visible">True</property>
1474 <property name="can_focus">False</property>
1475 <property name="n_rows">2</property> 1591 <property name="n_rows">2</property>
1476 <property name="n_columns">3</property> 1592 <property name="n_columns">3</property>
1477 <child> 1593 <child>
1478 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_add_button"> 1594 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_add_button">
1479 <property name="label" translatable="yes">Add _File</property> 1595 <property name="label" translatable="yes">Add _File</property>
1480 <property name="use_action_appearance">False</property>
1481 <property name="visible">True</property> 1596 <property name="visible">True</property>
1482 <property name="can_focus">True</property> 1597 <property name="can_focus">True</property>
1483 <property name="receives_default">True</property> 1598 <property name="receives_default">True</property>
1484 <property name="use_underline">True</property> 1599 <property name="use_underline">True</property>
1485 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_add_button_clicked_cb" swapped="no"/> 1600 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_add_button_clicked_cb"/>
1486 </object> 1601 </object>
1487 </child> 1602 </child>
1488 <child> 1603 <child>
1489 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_new_button"> 1604 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_new_button">
1490 <property name="label" translatable="yes">_Create empty directory</property> 1605 <property name="label" translatable="yes">_Create empty directory</property>
1491 <property name="use_action_appearance">False</property>
1492 <property name="visible">True</property> 1606 <property name="visible">True</property>
1493 <property name="can_focus">True</property> 1607 <property name="can_focus">True</property>
1494 <property name="receives_default">True</property> 1608 <property name="receives_default">True</property>
1495 <property name="image">new_stock_image</property> 1609 <property name="image">new_stock_image</property>
1496 <property name="use_underline">True</property> 1610 <property name="use_underline">True</property>
1497 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_new_button_clicked_cb" swapped="no"/> 1611 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_new_button_clicked_cb"/>
1498 </object> 1612 </object>
1499 <packing> 1613 <packing>
1500 <property name="left_attach">1</property> 1614 <property name="left_attach">1</property>
@@ -1504,12 +1618,11 @@
1504 <child> 1618 <child>
1505 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_open_button"> 1619 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_open_button">
1506 <property name="label" translatable="yes">Add _Directory</property> 1620 <property name="label" translatable="yes">Add _Directory</property>
1507 <property name="use_action_appearance">False</property>
1508 <property name="visible">True</property> 1621 <property name="visible">True</property>
1509 <property name="can_focus">True</property> 1622 <property name="can_focus">True</property>
1510 <property name="receives_default">True</property> 1623 <property name="receives_default">True</property>
1511 <property name="use_underline">True</property> 1624 <property name="use_underline">True</property>
1512 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_open_button_clicked_cb" swapped="no"/> 1625 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_open_button_clicked_cb"/>
1513 </object> 1626 </object>
1514 <packing> 1627 <packing>
1515 <property name="top_attach">1</property> 1628 <property name="top_attach">1</property>
@@ -1519,13 +1632,12 @@
1519 <child> 1632 <child>
1520 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_edit_button"> 1633 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_edit_button">
1521 <property name="label">gtk-edit</property> 1634 <property name="label">gtk-edit</property>
1522 <property name="use_action_appearance">False</property>
1523 <property name="visible">True</property> 1635 <property name="visible">True</property>
1524 <property name="sensitive">False</property> 1636 <property name="sensitive">False</property>
1525 <property name="can_focus">True</property> 1637 <property name="can_focus">True</property>
1526 <property name="receives_default">True</property> 1638 <property name="receives_default">True</property>
1527 <property name="use_stock">True</property> 1639 <property name="use_stock">True</property>
1528 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_edit_button_clicked_cb" swapped="no"/> 1640 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_edit_button_clicked_cb"/>
1529 </object> 1641 </object>
1530 <packing> 1642 <packing>
1531 <property name="left_attach">1</property> 1643 <property name="left_attach">1</property>
@@ -1537,13 +1649,12 @@
1537 <child> 1649 <child>
1538 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_delete_button"> 1650 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_delete_button">
1539 <property name="label">gtk-delete</property> 1651 <property name="label">gtk-delete</property>
1540 <property name="use_action_appearance">False</property>
1541 <property name="visible">True</property> 1652 <property name="visible">True</property>
1542 <property name="sensitive">False</property> 1653 <property name="sensitive">False</property>
1543 <property name="can_focus">True</property> 1654 <property name="can_focus">True</property>
1544 <property name="receives_default">True</property> 1655 <property name="receives_default">True</property>
1545 <property name="use_stock">True</property> 1656 <property name="use_stock">True</property>
1546 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_delete_button_clicked_cb" swapped="no"/> 1657 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_delete_button_clicked_cb"/>
1547 </object> 1658 </object>
1548 <packing> 1659 <packing>
1549 <property name="left_attach">2</property> 1660 <property name="left_attach">2</property>
@@ -1555,7 +1666,6 @@
1555 </object> 1666 </object>
1556 <packing> 1667 <packing>
1557 <property name="expand">False</property> 1668 <property name="expand">False</property>
1558 <property name="fill">True</property>
1559 <property name="padding">25</property> 1669 <property name="padding">25</property>
1560 <property name="position">0</property> 1670 <property name="position">0</property>
1561 </packing> 1671 </packing>
@@ -1563,20 +1673,18 @@
1563 <child> 1673 <child>
1564 <object class="GtkTable" id="GNUNET_GTK_master_publish_dialog_arrow_table"> 1674 <object class="GtkTable" id="GNUNET_GTK_master_publish_dialog_arrow_table">
1565 <property name="visible">True</property> 1675 <property name="visible">True</property>
1566 <property name="can_focus">False</property>
1567 <property name="n_rows">2</property> 1676 <property name="n_rows">2</property>
1568 <property name="n_columns">3</property> 1677 <property name="n_columns">3</property>
1569 <property name="homogeneous">True</property> 1678 <property name="homogeneous">True</property>
1570 <child> 1679 <child>
1571 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_up_button"> 1680 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_up_button">
1572 <property name="label">gtk-go-up</property> 1681 <property name="label">gtk-go-up</property>
1573 <property name="use_action_appearance">False</property>
1574 <property name="visible">True</property> 1682 <property name="visible">True</property>
1575 <property name="sensitive">False</property> 1683 <property name="sensitive">False</property>
1576 <property name="can_focus">True</property> 1684 <property name="can_focus">True</property>
1577 <property name="receives_default">True</property> 1685 <property name="receives_default">True</property>
1578 <property name="use_stock">True</property> 1686 <property name="use_stock">True</property>
1579 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_up_button_clicked_cb" swapped="no"/> 1687 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_up_button_clicked_cb"/>
1580 </object> 1688 </object>
1581 <packing> 1689 <packing>
1582 <property name="left_attach">1</property> 1690 <property name="left_attach">1</property>
@@ -1586,14 +1694,13 @@
1586 <child> 1694 <child>
1587 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_left_button"> 1695 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_left_button">
1588 <property name="label" translatable="yes">_Left</property> 1696 <property name="label" translatable="yes">_Left</property>
1589 <property name="use_action_appearance">False</property>
1590 <property name="visible">True</property> 1697 <property name="visible">True</property>
1591 <property name="sensitive">False</property> 1698 <property name="sensitive">False</property>
1592 <property name="can_focus">True</property> 1699 <property name="can_focus">True</property>
1593 <property name="receives_default">True</property> 1700 <property name="receives_default">True</property>
1594 <property name="image">left_stock_image</property> 1701 <property name="image">left_stock_image</property>
1595 <property name="use_underline">True</property> 1702 <property name="use_underline">True</property>
1596 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_left_button_clicked_cb" swapped="no"/> 1703 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_left_button_clicked_cb"/>
1597 </object> 1704 </object>
1598 <packing> 1705 <packing>
1599 <property name="top_attach">1</property> 1706 <property name="top_attach">1</property>
@@ -1603,13 +1710,12 @@
1603 <child> 1710 <child>
1604 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_down_button"> 1711 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_down_button">
1605 <property name="label">gtk-go-down</property> 1712 <property name="label">gtk-go-down</property>
1606 <property name="use_action_appearance">False</property>
1607 <property name="visible">True</property> 1713 <property name="visible">True</property>
1608 <property name="sensitive">False</property> 1714 <property name="sensitive">False</property>
1609 <property name="can_focus">True</property> 1715 <property name="can_focus">True</property>
1610 <property name="receives_default">True</property> 1716 <property name="receives_default">True</property>
1611 <property name="use_stock">True</property> 1717 <property name="use_stock">True</property>
1612 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_down_button_clicked_cb" swapped="no"/> 1718 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_down_button_clicked_cb"/>
1613 </object> 1719 </object>
1614 <packing> 1720 <packing>
1615 <property name="left_attach">1</property> 1721 <property name="left_attach">1</property>
@@ -1621,14 +1727,13 @@
1621 <child> 1727 <child>
1622 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_right_button"> 1728 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_right_button">
1623 <property name="label" translatable="yes">_Right</property> 1729 <property name="label" translatable="yes">_Right</property>
1624 <property name="use_action_appearance">False</property>
1625 <property name="visible">True</property> 1730 <property name="visible">True</property>
1626 <property name="sensitive">False</property> 1731 <property name="sensitive">False</property>
1627 <property name="can_focus">True</property> 1732 <property name="can_focus">True</property>
1628 <property name="receives_default">True</property> 1733 <property name="receives_default">True</property>
1629 <property name="image">right_stock_image</property> 1734 <property name="image">right_stock_image</property>
1630 <property name="use_underline">True</property> 1735 <property name="use_underline">True</property>
1631 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_right_button_clicked_cb" swapped="no"/> 1736 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_right_button_clicked_cb"/>
1632 </object> 1737 </object>
1633 <packing> 1738 <packing>
1634 <property name="left_attach">2</property> 1739 <property name="left_attach">2</property>
@@ -1646,7 +1751,6 @@
1646 </object> 1751 </object>
1647 <packing> 1752 <packing>
1648 <property name="expand">False</property> 1753 <property name="expand">False</property>
1649 <property name="fill">True</property>
1650 <property name="padding">25</property> 1754 <property name="padding">25</property>
1651 <property name="position">1</property> 1755 <property name="position">1</property>
1652 </packing> 1756 </packing>
@@ -1654,7 +1758,6 @@
1654 </object> 1758 </object>
1655 <packing> 1759 <packing>
1656 <property name="expand">False</property> 1760 <property name="expand">False</property>
1657 <property name="fill">True</property>
1658 <property name="position">1</property> 1761 <property name="position">1</property>
1659 </packing> 1762 </packing>
1660 </child> 1763 </child>
@@ -1680,7 +1783,7 @@
1680 <child> 1783 <child>
1681 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_name_column"> 1784 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_name_column">
1682 <property name="resizable">True</property> 1785 <property name="resizable">True</property>
1683 <property name="title" translatable="yes">Pseudonym</property> 1786 <property name="title">Pseudonym</property>
1684 <property name="clickable">True</property> 1787 <property name="clickable">True</property>
1685 <property name="reorderable">True</property> 1788 <property name="reorderable">True</property>
1686 <property name="sort_indicator">True</property> 1789 <property name="sort_indicator">True</property>
@@ -1696,7 +1799,7 @@
1696 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_column"> 1799 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_column">
1697 <property name="resizable">True</property> 1800 <property name="resizable">True</property>
1698 <property name="sizing">autosize</property> 1801 <property name="sizing">autosize</property>
1699 <property name="title" translatable="yes">Current identifier</property> 1802 <property name="title">Current identifier</property>
1700 <property name="clickable">True</property> 1803 <property name="clickable">True</property>
1701 <child> 1804 <child>
1702 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_renderer"/> 1805 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_renderer"/>
@@ -1712,7 +1815,7 @@
1712 <property name="resizable">True</property> 1815 <property name="resizable">True</property>
1713 <property name="sizing">autosize</property> 1816 <property name="sizing">autosize</property>
1714 <property name="fixed_width">5</property> 1817 <property name="fixed_width">5</property>
1715 <property name="title" translatable="yes">Update identifier</property> 1818 <property name="title">Update identifier</property>
1716 <child> 1819 <child>
1717 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_updates_renderer"/> 1820 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_updates_renderer"/>
1718 <attributes> 1821 <attributes>
@@ -1724,7 +1827,7 @@
1724 </child> 1827 </child>
1725 <child> 1828 <child>
1726 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_description_column"> 1829 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_description_column">
1727 <property name="title" translatable="yes">Description (of existing content)</property> 1830 <property name="title">Description (of existing content)</property>
1728 <child> 1831 <child>
1729 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_description_renderer"> 1832 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_description_renderer">
1730 <property name="wrap_mode">word</property> 1833 <property name="wrap_mode">word</property>
@@ -1739,48 +1842,43 @@
1739 </child> 1842 </child>
1740 </object> 1843 </object>
1741 <packing> 1844 <packing>
1742 <property name="expand">True</property>
1743 <property name="fill">True</property>
1744 <property name="position">2</property> 1845 <property name="position">2</property>
1745 </packing> 1846 </packing>
1746 </child> 1847 </child>
1747 <child> 1848 <child>
1748 <object class="GtkHBox" id="GNUNET_GTK_master_publish_dialog_master_buttons_hbox"> 1849 <object class="GtkHBox" id="GNUNET_GTK_master_publish_dialog_master_buttons_hbox">
1749 <property name="visible">True</property> 1850 <property name="visible">True</property>
1750 <property name="can_focus">False</property>
1751 <property name="spacing">2</property> 1851 <property name="spacing">2</property>
1752 <child> 1852 <child>
1753 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_execute_button"> 1853 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_cancel_button">
1754 <property name="label" translatable="yes">_Execute</property> 1854 <property name="label" translatable="yes">_Cancel</property>
1755 <property name="use_action_appearance">False</property>
1756 <property name="visible">True</property> 1855 <property name="visible">True</property>
1757 <property name="can_focus">True</property> 1856 <property name="can_focus">True</property>
1758 <property name="receives_default">True</property> 1857 <property name="receives_default">True</property>
1759 <property name="use_underline">True</property> 1858 <property name="use_underline">True</property>
1760 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_execute_button_clicked_cb" swapped="no"/> 1859 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_cancel_button_clicked_cb"/>
1761 </object> 1860 </object>
1762 <packing> 1861 <packing>
1763 <property name="expand">False</property> 1862 <property name="expand">False</property>
1764 <property name="fill">False</property> 1863 <property name="fill">False</property>
1765 <property name="pack_type">end</property> 1864 <property name="pack_type">end</property>
1766 <property name="position">0</property> 1865 <property name="position">1</property>
1767 </packing> 1866 </packing>
1768 </child> 1867 </child>
1769 <child> 1868 <child>
1770 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_cancel_button"> 1869 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_execute_button">
1771 <property name="label" translatable="yes">_Cancel</property> 1870 <property name="label" translatable="yes">_Execute</property>
1772 <property name="use_action_appearance">False</property>
1773 <property name="visible">True</property> 1871 <property name="visible">True</property>
1774 <property name="can_focus">True</property> 1872 <property name="can_focus">True</property>
1775 <property name="receives_default">True</property> 1873 <property name="receives_default">True</property>
1776 <property name="use_underline">True</property> 1874 <property name="use_underline">True</property>
1777 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_cancel_button_clicked_cb" swapped="no"/> 1875 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_execute_button_clicked_cb"/>
1778 </object> 1876 </object>
1779 <packing> 1877 <packing>
1780 <property name="expand">False</property> 1878 <property name="expand">False</property>
1781 <property name="fill">False</property> 1879 <property name="fill">False</property>
1782 <property name="pack_type">end</property> 1880 <property name="pack_type">end</property>
1783 <property name="position">1</property> 1881 <property name="position">0</property>
1784 </packing> 1882 </packing>
1785 </child> 1883 </child>
1786 </object> 1884 </object>
@@ -1793,23 +1891,10 @@
1793 </object> 1891 </object>
1794 </child> 1892 </child>
1795 </object> 1893 </object>
1796 <object class="GtkListStore" id="GNUNET_GTK_meta_data_list_store">
1797 <columns>
1798 <!-- column-name extractor_meta_type -->
1799 <column type="guint"/>
1800 <!-- column-name extractor_meta_format -->
1801 <column type="guint"/>
1802 <!-- column-name extractor_meta_type_string -->
1803 <column type="gchararray"/>
1804 <!-- column-name extracotr_meta_value -->
1805 <column type="gchararray"/>
1806 </columns>
1807 </object>
1808 <object class="GtkTextBuffer" id="GNUNET_GTK_open_url_dialog_url_textview_buffer"> 1894 <object class="GtkTextBuffer" id="GNUNET_GTK_open_url_dialog_url_textview_buffer">
1809 <signal name="changed" handler="GNUNET_GTK_open_url_dialog_url_textview_buffer_changed_cb" swapped="no"/> 1895 <signal name="changed" handler="GNUNET_GTK_open_url_dialog_url_textview_buffer_changed_cb"/>
1810 </object> 1896 </object>
1811 <object class="GtkWindow" id="GNUNET_GTK_open_url_window"> 1897 <object class="GtkWindow" id="GNUNET_GTK_open_url_window">
1812 <property name="can_focus">False</property>
1813 <property name="title" translatable="yes">Enter the URI to be downloaded</property> 1898 <property name="title" translatable="yes">Enter the URI to be downloaded</property>
1814 <property name="modal">True</property> 1899 <property name="modal">True</property>
1815 <property name="default_width">640</property> 1900 <property name="default_width">640</property>
@@ -1819,20 +1904,17 @@
1819 <property name="skip_pager_hint">True</property> 1904 <property name="skip_pager_hint">True</property>
1820 <property name="deletable">False</property> 1905 <property name="deletable">False</property>
1821 <property name="transient_for">GNUNET_GTK_main_window</property> 1906 <property name="transient_for">GNUNET_GTK_main_window</property>
1822 <signal name="delete-event" handler="GNUNET_GTK_open_url_window_delete_event_cb" swapped="no"/> 1907 <signal name="delete_event" handler="GNUNET_GTK_open_url_window_delete_event_cb"/>
1823 <child> 1908 <child>
1824 <object class="GtkVBox" id="GNUNET_GTK_open_url_dialog_main_vbox"> 1909 <object class="GtkVBox" id="GNUNET_GTK_open_url_dialog_main_vbox">
1825 <property name="visible">True</property> 1910 <property name="visible">True</property>
1826 <property name="can_focus">False</property>
1827 <property name="spacing">2</property> 1911 <property name="spacing">2</property>
1828 <child> 1912 <child>
1829 <object class="GtkHBox" id="GNUNET_GTK_open_url_dialog_query_hbox"> 1913 <object class="GtkHBox" id="GNUNET_GTK_open_url_dialog_query_hbox">
1830 <property name="visible">True</property> 1914 <property name="visible">True</property>
1831 <property name="can_focus">False</property>
1832 <child> 1915 <child>
1833 <object class="GtkLabel" id="GNUNET_GTK_open_url_dialog_url_label"> 1916 <object class="GtkLabel" id="GNUNET_GTK_open_url_dialog_url_label">
1834 <property name="visible">True</property> 1917 <property name="visible">True</property>
1835 <property name="can_focus">False</property>
1836 <property name="label" translatable="yes">_URI:</property> 1918 <property name="label" translatable="yes">_URI:</property>
1837 <property name="use_underline">True</property> 1919 <property name="use_underline">True</property>
1838 <property name="mnemonic_widget">GNUNET_GTK_open_url_dialog_url_textview</property> 1920 <property name="mnemonic_widget">GNUNET_GTK_open_url_dialog_url_textview</property>
@@ -1847,13 +1929,11 @@
1847 <child> 1929 <child>
1848 <object class="GtkFrame" id="frame1"> 1930 <object class="GtkFrame" id="frame1">
1849 <property name="visible">True</property> 1931 <property name="visible">True</property>
1850 <property name="can_focus">False</property>
1851 <property name="label_xalign">0</property> 1932 <property name="label_xalign">0</property>
1852 <property name="shadow_type">in</property> 1933 <property name="shadow_type">in</property>
1853 <child> 1934 <child>
1854 <object class="GtkAlignment" id="alignment1"> 1935 <object class="GtkAlignment" id="alignment1">
1855 <property name="visible">True</property> 1936 <property name="visible">True</property>
1856 <property name="can_focus">False</property>
1857 <child> 1937 <child>
1858 <object class="GtkTextView" id="GNUNET_GTK_open_url_dialog_url_textview"> 1938 <object class="GtkTextView" id="GNUNET_GTK_open_url_dialog_url_textview">
1859 <property name="visible">True</property> 1939 <property name="visible">True</property>
@@ -1863,7 +1943,7 @@
1863 <property name="indent">20</property> 1943 <property name="indent">20</property>
1864 <property name="buffer">GNUNET_GTK_open_url_dialog_url_textview_buffer</property> 1944 <property name="buffer">GNUNET_GTK_open_url_dialog_url_textview_buffer</property>
1865 <property name="accepts_tab">False</property> 1945 <property name="accepts_tab">False</property>
1866 <signal name="key-press-event" handler="GNUNET_GTK_open_url_dialog_url_textview_key_press_event_cb" swapped="no"/> 1946 <signal name="key_press_event" handler="GNUNET_GTK_open_url_dialog_url_textview_key_press_event_cb"/>
1867 </object> 1947 </object>
1868 </child> 1948 </child>
1869 </object> 1949 </object>
@@ -1873,52 +1953,24 @@
1873 </child> 1953 </child>
1874 </object> 1954 </object>
1875 <packing> 1955 <packing>
1876 <property name="expand">True</property>
1877 <property name="fill">True</property>
1878 <property name="position">1</property> 1956 <property name="position">1</property>
1879 </packing> 1957 </packing>
1880 </child> 1958 </child>
1881 </object> 1959 </object>
1882 <packing> 1960 <packing>
1883 <property name="expand">True</property>
1884 <property name="fill">True</property>
1885 <property name="padding">5</property> 1961 <property name="padding">5</property>
1886 <property name="position">0</property> 1962 <property name="position">0</property>
1887 </packing> 1963 </packing>
1888 </child> 1964 </child>
1889 <child> 1965 <child>
1890 <object class="GtkHBox" id="hbox1"> 1966 <object class="GtkHBox" id="hbox8">
1891 <property name="visible">True</property> 1967 <property name="visible">True</property>
1892 <property name="can_focus">False</property>
1893 <child> 1968 <child>
1894 <object class="GtkButton" id="GNUNET_GTK_open_url_dialog_execute_button"> 1969 <object class="GtkLabel" id="GNUNET_GTK_open_url_dialog_anonymity_label">
1895 <property name="label">_Execute</property>
1896 <property name="use_action_appearance">False</property>
1897 <property name="visible">True</property> 1970 <property name="visible">True</property>
1898 <property name="sensitive">False</property> 1971 <property name="label" translatable="yes">_Anonymity:</property>
1899 <property name="can_focus">True</property>
1900 <property name="receives_default">True</property>
1901 <property name="image">execute_stock_image</property>
1902 <property name="use_underline">True</property> 1972 <property name="use_underline">True</property>
1903 <signal name="clicked" handler="GNUNET_GTK_open_url_dialog_execute_button_clicked_cb" swapped="no"/> 1973 <property name="mnemonic_widget">GNUNET_GTK_open_url_dialog_anonymity_combobox</property>
1904 </object>
1905 <packing>
1906 <property name="expand">False</property>
1907 <property name="fill">False</property>
1908 <property name="padding">4</property>
1909 <property name="pack_type">end</property>
1910 <property name="position">0</property>
1911 </packing>
1912 </child>
1913 <child>
1914 <object class="GtkButton" id="GNUNET_GTK_open_url_dialog_cancel_button">
1915 <property name="label">gtk-cancel</property>
1916 <property name="use_action_appearance">False</property>
1917 <property name="visible">True</property>
1918 <property name="can_focus">True</property>
1919 <property name="receives_default">True</property>
1920 <property name="use_stock">True</property>
1921 <signal name="clicked" handler="GNUNET_GTK_open_url_dialog_cancel_button_clicked_cb" swapped="no"/>
1922 </object> 1974 </object>
1923 <packing> 1975 <packing>
1924 <property name="expand">False</property> 1976 <property name="expand">False</property>
@@ -1928,28 +1980,13 @@
1928 <property name="position">1</property> 1980 <property name="position">1</property>
1929 </packing> 1981 </packing>
1930 </child> 1982 </child>
1931 </object>
1932 <packing>
1933 <property name="expand">False</property>
1934 <property name="fill">False</property>
1935 <property name="padding">4</property>
1936 <property name="pack_type">end</property>
1937 <property name="position">1</property>
1938 </packing>
1939 </child>
1940 <child>
1941 <object class="GtkHBox" id="hbox8">
1942 <property name="visible">True</property>
1943 <property name="can_focus">False</property>
1944 <child> 1983 <child>
1945 <object class="GtkAlignment" id="GNUNET_GTK_open_url_dialog_anonymity_combobox_alignment"> 1984 <object class="GtkAlignment" id="GNUNET_GTK_open_url_dialog_anonymity_combobox_alignment">
1946 <property name="visible">True</property> 1985 <property name="visible">True</property>
1947 <property name="can_focus">False</property>
1948 <property name="yscale">0</property> 1986 <property name="yscale">0</property>
1949 <child> 1987 <child>
1950 <object class="GtkComboBox" id="GNUNET_GTK_open_url_dialog_anonymity_combobox"> 1988 <object class="GtkComboBox" id="GNUNET_GTK_open_url_dialog_anonymity_combobox">
1951 <property name="visible">True</property> 1989 <property name="visible">True</property>
1952 <property name="can_focus">False</property>
1953 <property name="model">main_window_search_anonymity_liststore</property> 1990 <property name="model">main_window_search_anonymity_liststore</property>
1954 <property name="active">1</property> 1991 <property name="active">1</property>
1955 <child> 1992 <child>
@@ -1975,22 +2012,6 @@
1975 <property name="position">0</property> 2012 <property name="position">0</property>
1976 </packing> 2013 </packing>
1977 </child> 2014 </child>
1978 <child>
1979 <object class="GtkLabel" id="GNUNET_GTK_open_url_dialog_anonymity_label">
1980 <property name="visible">True</property>
1981 <property name="can_focus">False</property>
1982 <property name="label" translatable="yes">_Anonymity:</property>
1983 <property name="use_underline">True</property>
1984 <property name="mnemonic_widget">GNUNET_GTK_open_url_dialog_anonymity_combobox</property>
1985 </object>
1986 <packing>
1987 <property name="expand">False</property>
1988 <property name="fill">False</property>
1989 <property name="padding">4</property>
1990 <property name="pack_type">end</property>
1991 <property name="position">1</property>
1992 </packing>
1993 </child>
1994 </object> 2015 </object>
1995 <packing> 2016 <packing>
1996 <property name="expand">False</property> 2017 <property name="expand">False</property>
@@ -1998,193 +2019,86 @@
1998 <property name="position">2</property> 2019 <property name="position">2</property>
1999 </packing> 2020 </packing>
2000 </child> 2021 </child>
2001 </object> 2022 <child>
2002 </child> 2023 <object class="GtkHBox" id="hbox1">
2003 </object>
2004 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store">
2005 <columns>
2006 <!-- column-name peer_identity -->
2007 <column type="gchararray"/>
2008 <!-- column-name number_of_known_addresses -->
2009 <column type="guint"/>
2010 <!-- column-name country_name -->
2011 <column type="gchararray"/>
2012 <!-- column-name country_flag -->
2013 <column type="GdkPixbuf"/>
2014 <!-- column-name bandwidth -->
2015 <column type="guint64"/>
2016 </columns>
2017 </object>
2018 <object class="GtkTreeStore" id="GNUNET_GTK_pseudonym_tree_store">
2019 <columns>
2020 <!-- column-name local_name -->
2021 <column type="gchararray"/>
2022 <!-- column-name namespace_handle -->
2023 <column type="gpointer"/>
2024 <!-- column-name last_id -->
2025 <column type="gchararray"/>
2026 <!-- column-name last_uri -->
2027 <column type="gchararray"/>
2028 <!-- column-name last_meta -->
2029 <column type="gpointer"/>
2030 <!-- column-name next_id -->
2031 <column type="gchararray"/>
2032 <!-- column-name last_description_from_meta -->
2033 <column type="gchararray"/>
2034 <!-- column-name next_id_editable -->
2035 <column type="gboolean"/>
2036 <!-- column-name current_id_editable -->
2037 <column type="gboolean"/>
2038 </columns>
2039 </object>
2040 <object class="GtkListStore" id="GNUNET_GTK_publication_keywords_liststore">
2041 <columns>
2042 <!-- column-name Keyword -->
2043 <column type="gchararray"/>
2044 <!-- column-name Added -->
2045 <column type="gboolean"/>
2046 </columns>
2047 </object>
2048 <object class="GtkListStore" id="GNUNET_GTK_publication_metadata_liststore">
2049 <columns>
2050 <!-- column-name Type -->
2051 <column type="guint"/>
2052 <!-- column-name Format -->
2053 <column type="guint"/>
2054 <!-- column-name Type_name -->
2055 <column type="gchararray"/>
2056 <!-- column-name Value -->
2057 <column type="gchararray"/>
2058 <!-- column-name Description -->
2059 <column type="gchararray"/>
2060 </columns>
2061 </object>
2062 <object class="GtkListStore" id="GNUNET_GTK_publication_metadata_types_liststore">
2063 <columns>
2064 <!-- column-name Type -->
2065 <column type="gint"/>
2066 <!-- column-name Format -->
2067 <column type="gint"/>
2068 <!-- column-name Type1 -->
2069 <column type="gchararray"/>
2070 <!-- column-name Description -->
2071 <column type="gchararray"/>
2072 </columns>
2073 </object>
2074 <object class="GtkListStore" id="GNUNET_GTK_publication_types_liststore">
2075 <columns>
2076 <!-- column-name Type -->
2077 <column type="gint"/>
2078 <!-- column-name Type_name -->
2079 <column type="gchararray"/>
2080 </columns>
2081 <data>
2082 <row>
2083 <col id="0">0</col>
2084 <col id="1" translatable="yes">Generic</col>
2085 </row>
2086 <row>
2087 <col id="0">1</col>
2088 <col id="1" translatable="yes">Text</col>
2089 </row>
2090 <row>
2091 <col id="0">2</col>
2092 <col id="1" translatable="yes">Music</col>
2093 </row>
2094 <row>
2095 <col id="0">3</col>
2096 <col id="1" translatable="yes">Video</col>
2097 </row>
2098 <row>
2099 <col id="0">4</col>
2100 <col id="1" translatable="yes">Image</col>
2101 </row>
2102 <row>
2103 <col id="0">5</col>
2104 <col id="1" translatable="yes">Software</col>
2105 </row>
2106 <row>
2107 <col id="0">6</col>
2108 <col id="1" translatable="yes">Namespace</col>
2109 </row>
2110 </data>
2111 </object>
2112 <object class="GtkFileChooserDialog" id="GNUNET_GTK_publish_directory_dialog">
2113 <property name="can_focus">False</property>
2114 <property name="can_default">True</property>
2115 <property name="events">GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK</property>
2116 <property name="border_width">5</property>
2117 <property name="modal">True</property>
2118 <property name="destroy_with_parent">True</property>
2119 <property name="type_hint">dialog</property>
2120 <property name="skip_taskbar_hint">True</property>
2121 <property name="skip_pager_hint">True</property>
2122 <property name="transient_for">GNUNET_GTK_main_window</property>
2123 <property name="action">select-folder</property>
2124 <property name="create_folders">False</property>
2125 <property name="select_multiple">True</property>
2126 <signal name="response" handler="GNUNET_GTK_publish_directory_dialog_response_cb" swapped="no"/>
2127 <child internal-child="vbox">
2128 <object class="GtkVBox" id="dialog-vbox1">
2129 <property name="visible">True</property>
2130 <property name="can_focus">False</property>
2131 <property name="spacing">2</property>
2132 <child internal-child="action_area">
2133 <object class="GtkHButtonBox" id="dialog-action_area6">
2134 <property name="visible">True</property> 2024 <property name="visible">True</property>
2135 <property name="can_focus">False</property>
2136 <property name="layout_style">end</property>
2137 <child> 2025 <child>
2138 <object class="GtkButton" id="GNUNET_GTK_publish_dialog_cancel_button"> 2026 <object class="GtkButton" id="GNUNET_GTK_open_url_dialog_cancel_button">
2139 <property name="label">gtk-cancel</property> 2027 <property name="label">gtk-cancel</property>
2140 <property name="use_action_appearance">False</property>
2141 <property name="visible">True</property> 2028 <property name="visible">True</property>
2142 <property name="can_focus">True</property> 2029 <property name="can_focus">True</property>
2143 <property name="receives_default">True</property> 2030 <property name="receives_default">True</property>
2144 <property name="use_stock">True</property> 2031 <property name="use_stock">True</property>
2032 <signal name="clicked" handler="GNUNET_GTK_open_url_dialog_cancel_button_clicked_cb"/>
2145 </object> 2033 </object>
2146 <packing> 2034 <packing>
2147 <property name="expand">False</property> 2035 <property name="expand">False</property>
2148 <property name="fill">False</property> 2036 <property name="fill">False</property>
2149 <property name="position">0</property> 2037 <property name="padding">4</property>
2038 <property name="pack_type">end</property>
2039 <property name="position">1</property>
2150 </packing> 2040 </packing>
2151 </child> 2041 </child>
2152 <child> 2042 <child>
2153 <object class="GtkButton" id="GNUNET_GTK_publish_directory_dialog_ok_button"> 2043 <object class="GtkButton" id="GNUNET_GTK_open_url_dialog_execute_button">
2154 <property name="label">gtk-ok</property> 2044 <property name="label">_Execute</property>
2155 <property name="use_action_appearance">False</property>
2156 <property name="visible">True</property> 2045 <property name="visible">True</property>
2046 <property name="sensitive">False</property>
2157 <property name="can_focus">True</property> 2047 <property name="can_focus">True</property>
2158 <property name="can_default">True</property>
2159 <property name="receives_default">True</property> 2048 <property name="receives_default">True</property>
2160 <property name="use_stock">True</property> 2049 <property name="image">execute_stock_image</property>
2050 <property name="use_underline">True</property>
2051 <signal name="clicked" handler="GNUNET_GTK_open_url_dialog_execute_button_clicked_cb"/>
2161 </object> 2052 </object>
2162 <packing> 2053 <packing>
2163 <property name="expand">False</property> 2054 <property name="expand">False</property>
2164 <property name="fill">False</property> 2055 <property name="fill">False</property>
2165 <property name="position">1</property> 2056 <property name="padding">4</property>
2057 <property name="pack_type">end</property>
2058 <property name="position">0</property>
2166 </packing> 2059 </packing>
2167 </child> 2060 </child>
2168 </object> 2061 </object>
2169 <packing> 2062 <packing>
2170 <property name="expand">False</property> 2063 <property name="expand">False</property>
2171 <property name="fill">True</property> 2064 <property name="fill">False</property>
2065 <property name="padding">4</property>
2172 <property name="pack_type">end</property> 2066 <property name="pack_type">end</property>
2173 <property name="position">0</property> 2067 <property name="position">1</property>
2174 </packing> 2068 </packing>
2175 </child> 2069 </child>
2070 </object>
2071 </child>
2072 </object>
2073 <object class="GtkFileChooserDialog" id="GNUNET_GTK_publish_directory_dialog">
2074 <property name="can_default">True</property>
2075 <property name="events">GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK</property>
2076 <property name="border_width">5</property>
2077 <property name="modal">True</property>
2078 <property name="destroy_with_parent">True</property>
2079 <property name="type_hint">dialog</property>
2080 <property name="skip_taskbar_hint">True</property>
2081 <property name="skip_pager_hint">True</property>
2082 <property name="transient_for">GNUNET_GTK_main_window</property>
2083 <property name="select_multiple">True</property>
2084 <property name="create_folders">False</property>
2085 <property name="action">select-folder</property>
2086 <signal name="response" handler="GNUNET_GTK_publish_directory_dialog_response_cb"/>
2087 <child internal-child="vbox">
2088 <object class="GtkVBox" id="dialog-vbox1">
2089 <property name="visible">True</property>
2090 <property name="orientation">vertical</property>
2091 <property name="spacing">2</property>
2176 <child> 2092 <child>
2177 <object class="GtkVBox" id="vbox3"> 2093 <object class="GtkVBox" id="vbox3">
2178 <property name="visible">True</property> 2094 <property name="visible">True</property>
2179 <property name="can_focus">False</property> 2095 <property name="orientation">vertical</property>
2180 <child> 2096 <child>
2181 <object class="GtkHBox" id="hbox6"> 2097 <object class="GtkHBox" id="hbox6">
2182 <property name="visible">True</property> 2098 <property name="visible">True</property>
2183 <property name="can_focus">False</property>
2184 <child> 2099 <child>
2185 <object class="GtkCheckButton" id="GNUNET_GTK_publish_directory_dialog_do_index_checkbutton"> 2100 <object class="GtkCheckButton" id="GNUNET_GTK_publish_directory_dialog_do_index_checkbutton">
2186 <property name="label" translatable="yes">Index files</property> 2101 <property name="label" translatable="yes">Index files</property>
2187 <property name="use_action_appearance">False</property>
2188 <property name="visible">True</property> 2102 <property name="visible">True</property>
2189 <property name="can_focus">True</property> 2103 <property name="can_focus">True</property>
2190 <property name="receives_default">False</property> 2104 <property name="receives_default">False</property>
@@ -2205,12 +2119,10 @@
2205 <child> 2119 <child>
2206 <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_priority_label"> 2120 <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_priority_label">
2207 <property name="visible">True</property> 2121 <property name="visible">True</property>
2208 <property name="can_focus">False</property>
2209 <property name="label" translatable="yes">Priority:</property> 2122 <property name="label" translatable="yes">Priority:</property>
2210 </object> 2123 </object>
2211 <packing> 2124 <packing>
2212 <property name="expand">False</property> 2125 <property name="expand">False</property>
2213 <property name="fill">True</property>
2214 <property name="padding">13</property> 2126 <property name="padding">13</property>
2215 <property name="position">2</property> 2127 <property name="position">2</property>
2216 </packing> 2128 </packing>
@@ -2219,10 +2131,8 @@
2219 <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_priority_spin_button"> 2131 <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_priority_spin_button">
2220 <property name="visible">True</property> 2132 <property name="visible">True</property>
2221 <property name="can_focus">True</property> 2133 <property name="can_focus">True</property>
2222 <property name="invisible_char"></property> 2134 <property name="invisible_char">&#x2022;</property>
2223 <property name="invisible_char_set">True</property> 2135 <property name="invisible_char_set">True</property>
2224 <property name="primary_icon_activatable">False</property>
2225 <property name="secondary_icon_activatable">False</property>
2226 <property name="primary_icon_sensitive">True</property> 2136 <property name="primary_icon_sensitive">True</property>
2227 <property name="secondary_icon_sensitive">True</property> 2137 <property name="secondary_icon_sensitive">True</property>
2228 <property name="adjustment">priority_adjustment</property> 2138 <property name="adjustment">priority_adjustment</property>
@@ -2230,7 +2140,6 @@
2230 </object> 2140 </object>
2231 <packing> 2141 <packing>
2232 <property name="expand">False</property> 2142 <property name="expand">False</property>
2233 <property name="fill">True</property>
2234 <property name="padding">20</property> 2143 <property name="padding">20</property>
2235 <property name="position">3</property> 2144 <property name="position">3</property>
2236 </packing> 2145 </packing>
@@ -2245,11 +2154,9 @@
2245 <child> 2154 <child>
2246 <object class="GtkHBox" id="hbox7"> 2155 <object class="GtkHBox" id="hbox7">
2247 <property name="visible">True</property> 2156 <property name="visible">True</property>
2248 <property name="can_focus">False</property>
2249 <child> 2157 <child>
2250 <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_expiration_label"> 2158 <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_expiration_label">
2251 <property name="visible">True</property> 2159 <property name="visible">True</property>
2252 <property name="can_focus">False</property>
2253 <property name="label" translatable="yes">Expiration year:</property> 2160 <property name="label" translatable="yes">Expiration year:</property>
2254 </object> 2161 </object>
2255 <packing> 2162 <packing>
@@ -2263,10 +2170,8 @@
2263 <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_expiration_year_spin_button"> 2170 <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_expiration_year_spin_button">
2264 <property name="visible">True</property> 2171 <property name="visible">True</property>
2265 <property name="can_focus">True</property> 2172 <property name="can_focus">True</property>
2266 <property name="invisible_char"></property> 2173 <property name="invisible_char">&#x2022;</property>
2267 <property name="invisible_char_set">True</property> 2174 <property name="invisible_char_set">True</property>
2268 <property name="primary_icon_activatable">False</property>
2269 <property name="secondary_icon_activatable">False</property>
2270 <property name="primary_icon_sensitive">True</property> 2175 <property name="primary_icon_sensitive">True</property>
2271 <property name="secondary_icon_sensitive">True</property> 2176 <property name="secondary_icon_sensitive">True</property>
2272 <property name="adjustment">expiration_year_adjustment</property> 2177 <property name="adjustment">expiration_year_adjustment</property>
@@ -2280,12 +2185,10 @@
2280 <child> 2185 <child>
2281 <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_anonymity_label"> 2186 <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_anonymity_label">
2282 <property name="visible">True</property> 2187 <property name="visible">True</property>
2283 <property name="can_focus">False</property>
2284 <property name="label" translatable="yes">Anonymity:</property> 2188 <property name="label" translatable="yes">Anonymity:</property>
2285 </object> 2189 </object>
2286 <packing> 2190 <packing>
2287 <property name="expand">False</property> 2191 <property name="expand">False</property>
2288 <property name="fill">True</property>
2289 <property name="padding">5</property> 2192 <property name="padding">5</property>
2290 <property name="position">2</property> 2193 <property name="position">2</property>
2291 </packing> 2194 </packing>
@@ -2293,12 +2196,10 @@
2293 <child> 2196 <child>
2294 <object class="GtkAlignment" id="GNUNET_GTK_publish_directory_dialog_anonymity_combobox_alignment"> 2197 <object class="GtkAlignment" id="GNUNET_GTK_publish_directory_dialog_anonymity_combobox_alignment">
2295 <property name="visible">True</property> 2198 <property name="visible">True</property>
2296 <property name="can_focus">False</property>
2297 <property name="yscale">0</property> 2199 <property name="yscale">0</property>
2298 <child> 2200 <child>
2299 <object class="GtkComboBox" id="GNUNET_GTK_publish_directory_dialog_anonymity_combobox"> 2201 <object class="GtkComboBox" id="GNUNET_GTK_publish_directory_dialog_anonymity_combobox">
2300 <property name="visible">True</property> 2202 <property name="visible">True</property>
2301 <property name="can_focus">False</property>
2302 <property name="model">main_window_search_anonymity_liststore</property> 2203 <property name="model">main_window_search_anonymity_liststore</property>
2303 <property name="active">1</property> 2204 <property name="active">1</property>
2304 <child> 2205 <child>
@@ -2337,42 +2238,13 @@
2337 <property name="position">2</property> 2238 <property name="position">2</property>
2338 </packing> 2239 </packing>
2339 </child> 2240 </child>
2340 </object>
2341 </child>
2342 <action-widgets>
2343 <action-widget response="-6">GNUNET_GTK_publish_dialog_cancel_button</action-widget>
2344 <action-widget response="-5">GNUNET_GTK_publish_directory_dialog_ok_button</action-widget>
2345 </action-widgets>
2346 </object>
2347 <object class="GtkFileChooserDialog" id="GNUNET_GTK_publish_file_dialog">
2348 <property name="can_focus">False</property>
2349 <property name="can_default">True</property>
2350 <property name="border_width">5</property>
2351 <property name="title" translatable="yes">Publish file...</property>
2352 <property name="modal">True</property>
2353 <property name="destroy_with_parent">True</property>
2354 <property name="type_hint">normal</property>
2355 <property name="skip_taskbar_hint">True</property>
2356 <property name="skip_pager_hint">True</property>
2357 <property name="transient_for">GNUNET_GTK_main_window</property>
2358 <property name="create_folders">False</property>
2359 <property name="select_multiple">True</property>
2360 <signal name="delete-event" handler="gtk_widget_hide_on_delete" swapped="no"/>
2361 <signal name="response" handler="GNUNET_GTK_publish_file_dialog_response_cb" swapped="no"/>
2362 <child internal-child="vbox">
2363 <object class="GtkVBox" id="dialog-vbox5">
2364 <property name="visible">True</property>
2365 <property name="can_focus">False</property>
2366 <property name="spacing">2</property>
2367 <child internal-child="action_area"> 2241 <child internal-child="action_area">
2368 <object class="GtkHButtonBox" id="dialog-action_area5"> 2242 <object class="GtkHButtonBox" id="dialog-action_area6">
2369 <property name="visible">True</property> 2243 <property name="visible">True</property>
2370 <property name="can_focus">False</property>
2371 <property name="layout_style">end</property> 2244 <property name="layout_style">end</property>
2372 <child> 2245 <child>
2373 <object class="GtkButton" id="GNUNET_GTK_publish_file_dialog_cancel_button"> 2246 <object class="GtkButton" id="GNUNET_GTK_publish_dialog_cancel_button">
2374 <property name="label">gtk-cancel</property> 2247 <property name="label">gtk-cancel</property>
2375 <property name="use_action_appearance">False</property>
2376 <property name="visible">True</property> 2248 <property name="visible">True</property>
2377 <property name="can_focus">True</property> 2249 <property name="can_focus">True</property>
2378 <property name="receives_default">True</property> 2250 <property name="receives_default">True</property>
@@ -2385,9 +2257,8 @@
2385 </packing> 2257 </packing>
2386 </child> 2258 </child>
2387 <child> 2259 <child>
2388 <object class="GtkButton" id="GNUNET_GTK_publish_file_dialog_ok_button"> 2260 <object class="GtkButton" id="GNUNET_GTK_publish_directory_dialog_ok_button">
2389 <property name="label">gtk-ok</property> 2261 <property name="label">gtk-ok</property>
2390 <property name="use_action_appearance">False</property>
2391 <property name="visible">True</property> 2262 <property name="visible">True</property>
2392 <property name="can_focus">True</property> 2263 <property name="can_focus">True</property>
2393 <property name="can_default">True</property> 2264 <property name="can_default">True</property>
@@ -2403,23 +2274,46 @@
2403 </object> 2274 </object>
2404 <packing> 2275 <packing>
2405 <property name="expand">False</property> 2276 <property name="expand">False</property>
2406 <property name="fill">True</property>
2407 <property name="pack_type">end</property> 2277 <property name="pack_type">end</property>
2408 <property name="position">0</property> 2278 <property name="position">0</property>
2409 </packing> 2279 </packing>
2410 </child> 2280 </child>
2281 </object>
2282 </child>
2283 <action-widgets>
2284 <action-widget response="-6">GNUNET_GTK_publish_dialog_cancel_button</action-widget>
2285 <action-widget response="-5">GNUNET_GTK_publish_directory_dialog_ok_button</action-widget>
2286 </action-widgets>
2287 </object>
2288 <object class="GtkFileChooserDialog" id="GNUNET_GTK_publish_file_dialog">
2289 <property name="can_default">True</property>
2290 <property name="border_width">5</property>
2291 <property name="title" translatable="yes">Publish file...</property>
2292 <property name="modal">True</property>
2293 <property name="destroy_with_parent">True</property>
2294 <property name="type_hint">normal</property>
2295 <property name="skip_taskbar_hint">True</property>
2296 <property name="skip_pager_hint">True</property>
2297 <property name="transient_for">GNUNET_GTK_main_window</property>
2298 <property name="select_multiple">True</property>
2299 <property name="create_folders">False</property>
2300 <signal name="response" handler="GNUNET_GTK_publish_file_dialog_response_cb"/>
2301 <signal name="delete_event" handler="gtk_widget_hide_on_delete"/>
2302 <child internal-child="vbox">
2303 <object class="GtkVBox" id="dialog-vbox5">
2304 <property name="visible">True</property>
2305 <property name="orientation">vertical</property>
2306 <property name="spacing">2</property>
2411 <child> 2307 <child>
2412 <object class="GtkVBox" id="vbox1"> 2308 <object class="GtkVBox" id="vbox1">
2413 <property name="visible">True</property> 2309 <property name="visible">True</property>
2414 <property name="can_focus">False</property> 2310 <property name="orientation">vertical</property>
2415 <child> 2311 <child>
2416 <object class="GtkHBox" id="hbox2"> 2312 <object class="GtkHBox" id="hbox2">
2417 <property name="visible">True</property> 2313 <property name="visible">True</property>
2418 <property name="can_focus">False</property>
2419 <child> 2314 <child>
2420 <object class="GtkCheckButton" id="GNUNET_GTK_publish_file_dialog_do_index_checkbutton"> 2315 <object class="GtkCheckButton" id="GNUNET_GTK_publish_file_dialog_do_index_checkbutton">
2421 <property name="label" translatable="yes">Index file</property> 2316 <property name="label" translatable="yes">Index file</property>
2422 <property name="use_action_appearance">False</property>
2423 <property name="visible">True</property> 2317 <property name="visible">True</property>
2424 <property name="can_focus">True</property> 2318 <property name="can_focus">True</property>
2425 <property name="receives_default">False</property> 2319 <property name="receives_default">False</property>
@@ -2440,12 +2334,10 @@
2440 <child> 2334 <child>
2441 <object class="GtkLabel" id="GNUNET_GTK_publish_file_dialog_priority_label"> 2335 <object class="GtkLabel" id="GNUNET_GTK_publish_file_dialog_priority_label">
2442 <property name="visible">True</property> 2336 <property name="visible">True</property>
2443 <property name="can_focus">False</property>
2444 <property name="label" translatable="yes">Priority:</property> 2337 <property name="label" translatable="yes">Priority:</property>
2445 </object> 2338 </object>
2446 <packing> 2339 <packing>
2447 <property name="expand">False</property> 2340 <property name="expand">False</property>
2448 <property name="fill">True</property>
2449 <property name="padding">13</property> 2341 <property name="padding">13</property>
2450 <property name="position">2</property> 2342 <property name="position">2</property>
2451 </packing> 2343 </packing>
@@ -2454,10 +2346,8 @@
2454 <object class="GtkSpinButton" id="GNUNET_GTK_publish_file_dialog_priority_spin_button"> 2346 <object class="GtkSpinButton" id="GNUNET_GTK_publish_file_dialog_priority_spin_button">
2455 <property name="visible">True</property> 2347 <property name="visible">True</property>
2456 <property name="can_focus">True</property> 2348 <property name="can_focus">True</property>
2457 <property name="invisible_char"></property> 2349 <property name="invisible_char">&#x2022;</property>
2458 <property name="invisible_char_set">True</property> 2350 <property name="invisible_char_set">True</property>
2459 <property name="primary_icon_activatable">False</property>
2460 <property name="secondary_icon_activatable">False</property>
2461 <property name="primary_icon_sensitive">True</property> 2351 <property name="primary_icon_sensitive">True</property>
2462 <property name="secondary_icon_sensitive">True</property> 2352 <property name="secondary_icon_sensitive">True</property>
2463 <property name="adjustment">priority_adjustment</property> 2353 <property name="adjustment">priority_adjustment</property>
@@ -2465,7 +2355,6 @@
2465 </object> 2355 </object>
2466 <packing> 2356 <packing>
2467 <property name="expand">False</property> 2357 <property name="expand">False</property>
2468 <property name="fill">True</property>
2469 <property name="padding">20</property> 2358 <property name="padding">20</property>
2470 <property name="position">3</property> 2359 <property name="position">3</property>
2471 </packing> 2360 </packing>
@@ -2480,11 +2369,9 @@
2480 <child> 2369 <child>
2481 <object class="GtkHBox" id="hbox5"> 2370 <object class="GtkHBox" id="hbox5">
2482 <property name="visible">True</property> 2371 <property name="visible">True</property>
2483 <property name="can_focus">False</property>
2484 <child> 2372 <child>
2485 <object class="GtkLabel" id="GNUNET_GTK_publish_file_dialog_expiration_label"> 2373 <object class="GtkLabel" id="GNUNET_GTK_publish_file_dialog_expiration_label">
2486 <property name="visible">True</property> 2374 <property name="visible">True</property>
2487 <property name="can_focus">False</property>
2488 <property name="label" translatable="yes">Expiration year:</property> 2375 <property name="label" translatable="yes">Expiration year:</property>
2489 </object> 2376 </object>
2490 <packing> 2377 <packing>
@@ -2498,10 +2385,8 @@
2498 <object class="GtkSpinButton" id="GNUNET_GTK_publish_file_dialog_expiration_year_spin_button"> 2385 <object class="GtkSpinButton" id="GNUNET_GTK_publish_file_dialog_expiration_year_spin_button">
2499 <property name="visible">True</property> 2386 <property name="visible">True</property>
2500 <property name="can_focus">True</property> 2387 <property name="can_focus">True</property>
2501 <property name="invisible_char"></property> 2388 <property name="invisible_char">&#x2022;</property>
2502 <property name="invisible_char_set">True</property> 2389 <property name="invisible_char_set">True</property>
2503 <property name="primary_icon_activatable">False</property>
2504 <property name="secondary_icon_activatable">False</property>
2505 <property name="primary_icon_sensitive">True</property> 2390 <property name="primary_icon_sensitive">True</property>
2506 <property name="secondary_icon_sensitive">True</property> 2391 <property name="secondary_icon_sensitive">True</property>
2507 <property name="adjustment">expiration_year_adjustment</property> 2392 <property name="adjustment">expiration_year_adjustment</property>
@@ -2516,12 +2401,10 @@
2516 <child> 2401 <child>
2517 <object class="GtkLabel" id="GNUNET_GTK_publish_file_dialog_anonymity_label"> 2402 <object class="GtkLabel" id="GNUNET_GTK_publish_file_dialog_anonymity_label">
2518 <property name="visible">True</property> 2403 <property name="visible">True</property>
2519 <property name="can_focus">False</property>
2520 <property name="label" translatable="yes">Anonymity:</property> 2404 <property name="label" translatable="yes">Anonymity:</property>
2521 </object> 2405 </object>
2522 <packing> 2406 <packing>
2523 <property name="expand">False</property> 2407 <property name="expand">False</property>
2524 <property name="fill">True</property>
2525 <property name="padding">5</property> 2408 <property name="padding">5</property>
2526 <property name="position">2</property> 2409 <property name="position">2</property>
2527 </packing> 2410 </packing>
@@ -2529,12 +2412,10 @@
2529 <child> 2412 <child>
2530 <object class="GtkAlignment" id="GNUNET_GTK_publish_file_dialog_anonymity_combobox_alignment"> 2413 <object class="GtkAlignment" id="GNUNET_GTK_publish_file_dialog_anonymity_combobox_alignment">
2531 <property name="visible">True</property> 2414 <property name="visible">True</property>
2532 <property name="can_focus">False</property>
2533 <property name="yscale">0</property> 2415 <property name="yscale">0</property>
2534 <child> 2416 <child>
2535 <object class="GtkComboBox" id="GNUNET_GTK_publish_file_dialog_anonymity_combobox"> 2417 <object class="GtkComboBox" id="GNUNET_GTK_publish_file_dialog_anonymity_combobox">
2536 <property name="visible">True</property> 2418 <property name="visible">True</property>
2537 <property name="can_focus">False</property>
2538 <property name="model">main_window_search_anonymity_liststore</property> 2419 <property name="model">main_window_search_anonymity_liststore</property>
2539 <property name="active">1</property> 2420 <property name="active">1</property>
2540 <child> 2421 <child>
@@ -2562,7 +2443,6 @@
2562 </object> 2443 </object>
2563 <packing> 2444 <packing>
2564 <property name="expand">False</property> 2445 <property name="expand">False</property>
2565 <property name="fill">True</property>
2566 <property name="position">1</property> 2446 <property name="position">1</property>
2567 </packing> 2447 </packing>
2568 </child> 2448 </child>
@@ -2573,55 +2453,13 @@
2573 <property name="position">2</property> 2453 <property name="position">2</property>
2574 </packing> 2454 </packing>
2575 </child> 2455 </child>
2576 </object>
2577 </child>
2578 <action-widgets>
2579 <action-widget response="-6">GNUNET_GTK_publish_file_dialog_cancel_button</action-widget>
2580 <action-widget response="-5">GNUNET_GTK_publish_file_dialog_ok_button</action-widget>
2581 </action-widgets>
2582 </object>
2583 <object class="GtkListStore" id="GNUNET_GTK_publish_file_dialog_expiration_list_store">
2584 <columns>
2585 <!-- column-name human_readable_time -->
2586 <column type="gchararray"/>
2587 <!-- column-name time_in_ms -->
2588 <column type="guint64"/>
2589 </columns>
2590 </object>
2591 <object class="GtkListStore" id="GNUNET_GTK_select_pseudonym_liststore">
2592 <columns>
2593 <!-- column-name namespace_name -->
2594 <column type="gchararray"/>
2595 <!-- column-name namespace_handle -->
2596 <column type="gpointer"/>
2597 </columns>
2598 </object>
2599 <object class="GtkDialog" id="GNUNET_GTK_select_pseudonym_dialog">
2600 <property name="can_focus">False</property>
2601 <property name="border_width">5</property>
2602 <property name="title" translatable="yes">Select pseudonym...</property>
2603 <property name="modal">True</property>
2604 <property name="default_width">400</property>
2605 <property name="default_height">300</property>
2606 <property name="destroy_with_parent">True</property>
2607 <property name="type_hint">normal</property>
2608 <signal name="realize" handler="GNUNET_GTK_select_pseudonym_dialog_realize_cb" swapped="no"/>
2609 <signal name="delete-event" handler="GNUNET_GTK_select_pseudonym_dialog_delete_event_cb" swapped="no"/>
2610 <signal name="response" handler="GNUNET_GTK_select_pseudonym_dialog_response_cb" swapped="no"/>
2611 <child internal-child="vbox">
2612 <object class="GtkVBox" id="dialog-vbox3">
2613 <property name="visible">True</property>
2614 <property name="can_focus">False</property>
2615 <property name="spacing">2</property>
2616 <child internal-child="action_area"> 2456 <child internal-child="action_area">
2617 <object class="GtkHButtonBox" id="dialog-action_area3"> 2457 <object class="GtkHButtonBox" id="dialog-action_area5">
2618 <property name="visible">True</property> 2458 <property name="visible">True</property>
2619 <property name="can_focus">False</property>
2620 <property name="layout_style">end</property> 2459 <property name="layout_style">end</property>
2621 <child> 2460 <child>
2622 <object class="GtkButton" id="GNUNET_GTK_select_pseudonym_cancel_button"> 2461 <object class="GtkButton" id="GNUNET_GTK_publish_file_dialog_cancel_button">
2623 <property name="label">gtk-cancel</property> 2462 <property name="label">gtk-cancel</property>
2624 <property name="use_action_appearance">False</property>
2625 <property name="visible">True</property> 2463 <property name="visible">True</property>
2626 <property name="can_focus">True</property> 2464 <property name="can_focus">True</property>
2627 <property name="receives_default">True</property> 2465 <property name="receives_default">True</property>
@@ -2634,12 +2472,11 @@
2634 </packing> 2472 </packing>
2635 </child> 2473 </child>
2636 <child> 2474 <child>
2637 <object class="GtkButton" id="GNUNET_GTK_select_pseudonym_ok_button"> 2475 <object class="GtkButton" id="GNUNET_GTK_publish_file_dialog_ok_button">
2638 <property name="label">gtk-ok</property> 2476 <property name="label">gtk-ok</property>
2639 <property name="use_action_appearance">False</property>
2640 <property name="visible">True</property> 2477 <property name="visible">True</property>
2641 <property name="sensitive">False</property>
2642 <property name="can_focus">True</property> 2478 <property name="can_focus">True</property>
2479 <property name="can_default">True</property>
2643 <property name="receives_default">True</property> 2480 <property name="receives_default">True</property>
2644 <property name="use_stock">True</property> 2481 <property name="use_stock">True</property>
2645 </object> 2482 </object>
@@ -2652,11 +2489,32 @@
2652 </object> 2489 </object>
2653 <packing> 2490 <packing>
2654 <property name="expand">False</property> 2491 <property name="expand">False</property>
2655 <property name="fill">True</property>
2656 <property name="pack_type">end</property> 2492 <property name="pack_type">end</property>
2657 <property name="position">0</property> 2493 <property name="position">0</property>
2658 </packing> 2494 </packing>
2659 </child> 2495 </child>
2496 </object>
2497 </child>
2498 <action-widgets>
2499 <action-widget response="-6">GNUNET_GTK_publish_file_dialog_cancel_button</action-widget>
2500 <action-widget response="-5">GNUNET_GTK_publish_file_dialog_ok_button</action-widget>
2501 </action-widgets>
2502 </object>
2503 <object class="GtkDialog" id="GNUNET_GTK_select_pseudonym_dialog">
2504 <property name="border_width">5</property>
2505 <property name="title" translatable="yes">Select pseudonym...</property>
2506 <property name="modal">True</property>
2507 <property name="default_width">400</property>
2508 <property name="default_height">300</property>
2509 <property name="destroy_with_parent">True</property>
2510 <property name="type_hint">normal</property>
2511 <signal name="realize" handler="GNUNET_GTK_select_pseudonym_dialog_realize_cb"/>
2512 <signal name="response" handler="GNUNET_GTK_select_pseudonym_dialog_response_cb"/>
2513 <signal name="delete_event" handler="GNUNET_GTK_select_pseudonym_dialog_delete_event_cb"/>
2514 <child internal-child="vbox">
2515 <object class="GtkVBox" id="dialog-vbox3">
2516 <property name="visible">True</property>
2517 <property name="spacing">2</property>
2660 <child> 2518 <child>
2661 <object class="GtkScrolledWindow" id="GNUNET_GTK_select_pseudonym_scrolledwindow"> 2519 <object class="GtkScrolledWindow" id="GNUNET_GTK_select_pseudonym_scrolledwindow">
2662 <property name="visible">True</property> 2520 <property name="visible">True</property>
@@ -2676,7 +2534,7 @@
2676 <property name="search_column">0</property> 2534 <property name="search_column">0</property>
2677 <child> 2535 <child>
2678 <object class="GtkTreeViewColumn" id="GNUNET_GTK_select_pseudonym_tree_view_column"> 2536 <object class="GtkTreeViewColumn" id="GNUNET_GTK_select_pseudonym_tree_view_column">
2679 <property name="title" translatable="yes">Name</property> 2537 <property name="title">Name</property>
2680 <property name="expand">True</property> 2538 <property name="expand">True</property>
2681 <property name="clickable">True</property> 2539 <property name="clickable">True</property>
2682 <property name="reorderable">True</property> 2540 <property name="reorderable">True</property>
@@ -2694,14 +2552,52 @@
2694 </child> 2552 </child>
2695 </object> 2553 </object>
2696 <packing> 2554 <packing>
2697 <property name="expand">True</property>
2698 <property name="fill">True</property>
2699 <property name="position">1</property> 2555 <property name="position">1</property>
2700 </packing> 2556 </packing>
2701 </child> 2557 </child>
2702 <child> 2558 <child>
2703 <placeholder/> 2559 <placeholder/>
2704 </child> 2560 </child>
2561 <child internal-child="action_area">
2562 <object class="GtkHButtonBox" id="dialog-action_area3">
2563 <property name="visible">True</property>
2564 <property name="layout_style">end</property>
2565 <child>
2566 <object class="GtkButton" id="GNUNET_GTK_select_pseudonym_cancel_button">
2567 <property name="label">gtk-cancel</property>
2568 <property name="visible">True</property>
2569 <property name="can_focus">True</property>
2570 <property name="receives_default">True</property>
2571 <property name="use_stock">True</property>
2572 </object>
2573 <packing>
2574 <property name="expand">False</property>
2575 <property name="fill">False</property>
2576 <property name="position">0</property>
2577 </packing>
2578 </child>
2579 <child>
2580 <object class="GtkButton" id="GNUNET_GTK_select_pseudonym_ok_button">
2581 <property name="label">gtk-ok</property>
2582 <property name="visible">True</property>
2583 <property name="sensitive">False</property>
2584 <property name="can_focus">True</property>
2585 <property name="receives_default">True</property>
2586 <property name="use_stock">True</property>
2587 </object>
2588 <packing>
2589 <property name="expand">False</property>
2590 <property name="fill">False</property>
2591 <property name="position">1</property>
2592 </packing>
2593 </child>
2594 </object>
2595 <packing>
2596 <property name="expand">False</property>
2597 <property name="pack_type">end</property>
2598 <property name="position">0</property>
2599 </packing>
2600 </child>
2705 </object> 2601 </object>
2706 </child> 2602 </child>
2707 <action-widgets> 2603 <action-widgets>
@@ -2711,7 +2607,6 @@
2711 </object> 2607 </object>
2712 <object class="GtkImage" id="add_stock_image"> 2608 <object class="GtkImage" id="add_stock_image">
2713 <property name="visible">True</property> 2609 <property name="visible">True</property>
2714 <property name="can_focus">False</property>
2715 <property name="stock">gtk-add</property> 2610 <property name="stock">gtk-add</property>
2716 </object> 2611 </object>
2717 <object class="GtkAdjustment" id="adjustment1"> 2612 <object class="GtkAdjustment" id="adjustment1">
@@ -2758,128 +2653,36 @@
2758 </object> 2653 </object>
2759 <object class="GtkImage" id="down_stock_image"> 2654 <object class="GtkImage" id="down_stock_image">
2760 <property name="visible">True</property> 2655 <property name="visible">True</property>
2761 <property name="can_focus">False</property>
2762 <property name="stock">gtk-go-down</property> 2656 <property name="stock">gtk-go-down</property>
2763 </object> 2657 </object>
2764 <object class="GtkImage" id="execute_stock_image"> 2658 <object class="GtkImage" id="execute_stock_image">
2765 <property name="visible">True</property> 2659 <property name="visible">True</property>
2766 <property name="can_focus">False</property>
2767 <property name="stock">gtk-execute</property> 2660 <property name="stock">gtk-execute</property>
2768 </object> 2661 </object>
2769 <object class="GtkImage" id="find_stock_image"> 2662 <object class="GtkImage" id="find_stock_image">
2770 <property name="visible">True</property> 2663 <property name="visible">True</property>
2771 <property name="can_focus">False</property>
2772 <property name="stock">gtk-find</property> 2664 <property name="stock">gtk-find</property>
2773 </object> 2665 </object>
2774 <object class="GtkImage" id="index_stock_image"> 2666 <object class="GtkImage" id="index_stock_image">
2775 <property name="visible">True</property> 2667 <property name="visible">True</property>
2776 <property name="can_focus">False</property>
2777 <property name="stock">gtk-index</property> 2668 <property name="stock">gtk-index</property>
2778 </object> 2669 </object>
2779 <object class="GtkImage" id="left_stock_image"> 2670 <object class="GtkImage" id="left_stock_image">
2780 <property name="visible">True</property> 2671 <property name="visible">True</property>
2781 <property name="can_focus">False</property>
2782 <property name="stock">gtk-go-back</property> 2672 <property name="stock">gtk-go-back</property>
2783 </object> 2673 </object>
2784 <object class="GtkListStore" id="main_window_search_anonymity_liststore">
2785 <columns>
2786 <!-- column-name Name -->
2787 <column type="gchararray"/>
2788 <!-- column-name Level -->
2789 <column type="guint"/>
2790 <!-- column-name Color -->
2791 <column type="gchararray"/>
2792 </columns>
2793 <data>
2794 <row>
2795 <col id="0" translatable="yes">None</col>
2796 <col id="1">0</col>
2797 <col id="2" translatable="yes">#AAAA00000000</col>
2798 </row>
2799 <row>
2800 <col id="0" translatable="yes">Normal</col>
2801 <col id="1">1</col>
2802 <col id="2" translatable="yes">#000000000000</col>
2803 </row>
2804 <row>
2805 <col id="0" translatable="yes">Paranoid</col>
2806 <col id="1">10</col>
2807 <col id="2" translatable="yes">#0000AAAA0000</col>
2808 </row>
2809 </data>
2810 </object>
2811 <object class="GtkListStore" id="main_window_search_mime_liststore">
2812 <columns>
2813 <!-- column-name MIME -->
2814 <column type="gchararray"/>
2815 <!-- column-name Type -->
2816 <column type="gchararray"/>
2817 <!-- column-name Extension -->
2818 <column type="gchararray"/>
2819 <!-- column-name Lossyness -->
2820 <column type="gchararray"/>
2821 <!-- column-name Freedom -->
2822 <column type="gchararray"/>
2823 </columns>
2824 <data>
2825 <row>
2826 <col id="0"> </col>
2827 <col id="1" translatable="yes">Any</col>
2828 <col id="2" translatable="yes"> </col>
2829 <col id="3" translatable="yes"> </col>
2830 <col id="4" translatable="yes"> </col>
2831 </row>
2832 <row>
2833 <col id="0">plain/text</col>
2834 <col id="1" translatable="yes">Text</col>
2835 <col id="2">txt</col>
2836 <col id="3" translatable="yes">N/A</col>
2837 <col id="4" translatable="yes">N/A</col>
2838 </row>
2839 <row>
2840 <col id="0">application/zip</col>
2841 <col id="1" translatable="yes">Zip</col>
2842 <col id="2">zip</col>
2843 <col id="3" translatable="yes">lossless</col>
2844 <col id="4" translatable="yes">free</col>
2845 </row>
2846 <row>
2847 <col id="0">audio/mpeg</col>
2848 <col id="1" translatable="yes">MPEG audio</col>
2849 <col id="2">mp3, mp2, mpeg</col>
2850 <col id="3" translatable="yes">lossy</col>
2851 <col id="4" translatable="yes">non-free</col>
2852 </row>
2853 </data>
2854 </object>
2855 <object class="GtkTreeStore" id="main_window_search_namespace_treestore">
2856 <columns>
2857 <!-- column-name Name -->
2858 <column type="gchararray"/>
2859 <!-- column-name Key -->
2860 <column type="gpointer"/>
2861 <!-- column-name Root -->
2862 <column type="gchararray"/>
2863 <!-- column-name Tooltip -->
2864 <column type="gchararray"/>
2865 </columns>
2866 </object>
2867 <object class="GtkMenu" id="metadata_popup_menu"> 2674 <object class="GtkMenu" id="metadata_popup_menu">
2868 <property name="visible">True</property> 2675 <property name="visible">True</property>
2869 <property name="can_focus">False</property>
2870 <child> 2676 <child>
2871 <object class="GtkMenuItem" id="Copy selection"> 2677 <object class="GtkMenuItem" id="Copy selection">
2872 <property name="use_action_appearance">False</property>
2873 <property name="visible">True</property> 2678 <property name="visible">True</property>
2874 <property name="can_focus">False</property>
2875 <property name="label" translatable="yes">Copy selection</property> 2679 <property name="label" translatable="yes">Copy selection</property>
2876 <property name="use_underline">True</property> 2680 <property name="use_underline">True</property>
2877 <signal name="activate" handler="metadata_copy_selection_activated" swapped="no"/> 2681 <signal name="activate" handler="metadata_copy_selection_activated"/>
2878 </object> 2682 </object>
2879 </child> 2683 </child>
2880 </object> 2684 </object>
2881 <object class="GtkWindow" id="namespace_selector_window"> 2685 <object class="GtkWindow" id="namespace_selector_window">
2882 <property name="can_focus">False</property>
2883 <property name="events">GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property> 2686 <property name="events">GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
2884 <property name="resizable">False</property> 2687 <property name="resizable">False</property>
2885 <property name="destroy_with_parent">True</property> 2688 <property name="destroy_with_parent">True</property>
@@ -2891,8 +2694,8 @@
2891 <property name="deletable">False</property> 2694 <property name="deletable">False</property>
2892 <property name="transient_for">GNUNET_GTK_main_window</property> 2695 <property name="transient_for">GNUNET_GTK_main_window</property>
2893 <property name="mnemonics_visible">False</property> 2696 <property name="mnemonics_visible">False</property>
2894 <signal name="leave-notify-event" handler="namespace_selector_window_leave_notify_event_cb" swapped="no"/> 2697 <signal name="leave_notify_event" handler="namespace_selector_window_leave_notify_event_cb"/>
2895 <signal name="enter-notify-event" handler="main_window_search_namespace_dropdown_button_enter_notify_event_cb" swapped="no"/> 2698 <signal name="enter_notify_event" handler="main_window_search_namespace_dropdown_button_enter_notify_event_cb"/>
2896 <child> 2699 <child>
2897 <object class="GtkTreeView" id="namespace_selector_treeview"> 2700 <object class="GtkTreeView" id="namespace_selector_treeview">
2898 <property name="visible">True</property> 2701 <property name="visible">True</property>
@@ -2904,12 +2707,12 @@
2904 <property name="hover_selection">True</property> 2707 <property name="hover_selection">True</property>
2905 <property name="hover_expand">True</property> 2708 <property name="hover_expand">True</property>
2906 <property name="tooltip_column">3</property> 2709 <property name="tooltip_column">3</property>
2907 <signal name="button-press-event" handler="namespace_selector_treeview_button_press_event_cb" swapped="no"/> 2710 <signal name="button_press_event" handler="namespace_selector_treeview_button_press_event_cb"/>
2908 <signal name="button-release-event" handler="namespace_selector_treeview_button_release_event_cb" swapped="no"/> 2711 <signal name="button_release_event" handler="namespace_selector_treeview_button_release_event_cb"/>
2909 <child> 2712 <child>
2910 <object class="GtkTreeViewColumn" id="name_column"> 2713 <object class="GtkTreeViewColumn" id="name_column">
2911 <property name="sizing">autosize</property> 2714 <property name="sizing">autosize</property>
2912 <property name="title" translatable="yes">Name</property> 2715 <property name="title">Name</property>
2913 <child> 2716 <child>
2914 <object class="GtkCellRendererText" id="namespace_selector_name_column_text_cell"/> 2717 <object class="GtkCellRendererText" id="namespace_selector_name_column_text_cell"/>
2915 <attributes> 2718 <attributes>
@@ -2921,7 +2724,7 @@
2921 <child> 2724 <child>