aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-05 15:38:02 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-05 15:38:02 +0000
commit28eb16f43c47a7ce9d15f5cbf632d8bcc0c6c763 (patch)
tree833d83bb1b44bd15a047c63ed702edc8a51f338c
parentc09b54dabfffe2f3dae40971c04e3d7d48678587 (diff)
downloadgnunet-gtk-28eb16f43c47a7ce9d15f5cbf632d8bcc0c6c763.tar.gz
gnunet-gtk-28eb16f43c47a7ce9d15f5cbf632d8bcc0c6c763.zip
-gui polishing
-rw-r--r--contrib/gnunet_fs_gtk_main_window.glade395
-rw-r--r--contrib/gnunet_identity_gtk_main_window.glade8
2 files changed, 195 insertions, 208 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade
index 5033406a..58cde428 100644
--- a/contrib/gnunet_fs_gtk_main_window.glade
+++ b/contrib/gnunet_fs_gtk_main_window.glade
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<interface> 2<interface>
3 <requires lib="gtk+" version="2.20"/> 3 <requires lib="gtk+" version="2.24"/>
4 <!-- interface-naming-policy toplevel-contextual --> 4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkAdjustment" id="GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment"> 5 <object class="GtkAdjustment" id="GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment">
6 <property name="upper">100</property> 6 <property name="upper">100</property>
@@ -32,114 +32,6 @@
32 <column type="guint"/> 32 <column type="guint"/>
33 </columns> 33 </columns>
34 </object> 34 </object>
35 <object class="GtkListStore" id="GNUNET_GTK_meta_data_list_store">
36 <columns>
37 <!-- column-name extractor_meta_type -->
38 <column type="guint"/>
39 <!-- column-name extractor_meta_format -->
40 <column type="guint"/>
41 <!-- column-name extractor_meta_type_string -->
42 <column type="gchararray"/>
43 <!-- column-name extracotr_meta_value -->
44 <column type="gchararray"/>
45 </columns>
46 </object>
47 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store">
48 <columns>
49 <!-- column-name peer_identity -->
50 <column type="gchararray"/>
51 <!-- column-name number_of_known_addresses -->
52 <column type="guint"/>
53 <!-- column-name country_name -->
54 <column type="gchararray"/>
55 <!-- column-name country_flag -->
56 <column type="GdkPixbuf"/>
57 <!-- column-name bandwidth -->
58 <column type="guint64"/>
59 </columns>
60 </object>
61 <object class="GtkListStore" id="GNUNET_GTK_select_pseudonym_liststore">
62 <columns>
63 <!-- column-name namespace_name -->
64 <column type="gchararray"/>
65 <!-- column-name namespace_handle -->
66 <column type="gpointer"/>
67 </columns>
68 </object>
69 <object class="GtkAdjustment" id="adjustment1">
70 <property name="upper">100</property>
71 <property name="step_increment">1</property>
72 <property name="page_increment">10</property>
73 <property name="page_size">10</property>
74 </object>
75 <object class="GtkAdjustment" id="adjustment2">
76 <property name="upper">100</property>
77 <property name="step_increment">1</property>
78 <property name="page_increment">10</property>
79 <property name="page_size">10</property>
80 </object>
81 <object class="GtkAdjustment" id="adjustment3">
82 <property name="upper">100</property>
83 <property name="step_increment">1</property>
84 <property name="page_increment">10</property>
85 </object>
86 <object class="GtkAdjustment" id="adjustment4">
87 <property name="upper">100</property>
88 <property name="step_increment">1</property>
89 <property name="page_increment">10</property>
90 </object>
91 <object class="GtkAdjustment" id="adjustment5">
92 <property name="upper">100</property>
93 <property name="step_increment">1</property>
94 <property name="page_increment">10</property>
95 </object>
96 <object class="GtkAdjustment" id="adjustment6">
97 <property name="upper">100</property>
98 <property name="step_increment">1</property>
99 <property name="page_increment">10</property>
100 </object>
101 <object class="GtkAdjustment" id="adjustment7">
102 <property name="upper">100</property>
103 <property name="step_increment">1</property>
104 <property name="page_increment">10</property>
105 </object>
106 <object class="GtkAdjustment" id="adjustment8">
107 <property name="upper">100</property>
108 <property name="step_increment">1</property>
109 <property name="page_increment">10</property>
110 </object>
111 <object class="GtkListStore" id="anonymity_level_liststore">
112 <columns>
113 <!-- column-name Name -->
114 <column type="gchararray"/>
115 <!-- column-name Level -->
116 <column type="guint"/>
117 <!-- column-name Color -->
118 <column type="gchararray"/>
119 </columns>
120 <data>
121 <row>
122 <col id="0" translatable="yes">None</col>
123 <col id="1">0</col>
124 <col id="2" translatable="yes">#AAAA00000000</col>
125 </row>
126 <row>
127 <col id="0" translatable="yes">Normal</col>
128 <col id="1">1</col>
129 <col id="2" translatable="yes">#000000000000</col>
130 </row>
131 <row>
132 <col id="0" translatable="yes">Paranoid</col>
133 <col id="1">10</col>
134 <col id="2" translatable="yes">#0000AAAA0000</col>
135 </row>
136 </data>
137 </object>
138 <object class="GtkImage" id="down_stock_image">
139 <property name="visible">True</property>
140 <property name="can_focus">False</property>
141 <property name="stock">gtk-go-down</property>
142 </object>
143 <object class="GtkWindow" id="GNUNET_GTK_main_window"> 35 <object class="GtkWindow" id="GNUNET_GTK_main_window">
144 <property name="can_focus">False</property> 36 <property name="can_focus">False</property>
145 <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property> 37 <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property>
@@ -408,56 +300,28 @@
408 </packing> 300 </packing>
409 </child> 301 </child>
410 <child> 302 <child>
411 <object class="GtkLabel" id="main_window_search_selected_namespace_label"> 303 <object class="GtkComboBox" id="main_window_search_namespace_combobox">
412 <property name="visible">True</property>
413 <property name="can_focus">False</property>
414 <property name="label">&lt;none&gt;</property>
415 <property name="single_line_mode">True</property>
416 </object>
417 <packing>
418 <property name="expand">False</property>
419 <property name="fill">False</property>
420 <property name="position">1</property>
421 </packing>
422 </child>
423 <child>
424 <object class="GtkAlignment" id="main_window_search_namespace_combobox_alignment">
425 <property name="visible">True</property> 304 <property name="visible">True</property>
426 <property name="can_focus">False</property> 305 <property name="can_focus">False</property>
427 <property name="xscale">0</property> 306 <property name="model">namespace_label_liststore</property>
428 <property name="yscale">0</property> 307 <property name="button_sensitivity">off</property>
308 <property name="has_entry">True</property>
309 <property name="entry_text_column">0</property>
429 <child> 310 <child>
430 <object class="GtkToggleButton" id="main_window_search_namespace_dropdown_button"> 311 <object class="GtkCellRendererText" id="main_window_search_namespace_combobox_cellrenderertext"/>
431 <property name="width_request">21</property> 312 <attributes>
432 <property name="height_request">21</property> 313 <attribute name="text">0</attribute>
433 <property name="visible">True</property> 314 </attributes>
434 <property name="can_focus">True</property>
435 <property name="receives_default">True</property>
436 <property name="events">GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
437 <property name="image_position">right</property>
438 <signal name="toggled" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_toggled_cb" swapped="no"/>
439 <signal name="leave-notify-event" handler="GNUNET_FS_GTK_search_namespace_selector_window_leave_notify_event_cb" swapped="no"/>
440 <signal name="enter-notify-event" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_enter_notify_event_cb" swapped="no"/>
441 <child>
442 <object class="GtkArrow" id="arrow1">
443 <property name="visible">True</property>
444 <property name="can_focus">False</property>
445 <property name="arrow_type">down</property>
446 </object>
447 </child>
448 </object>
449 </child> 315 </child>
450 </object> 316 </object>
451 <packing> 317 <packing>
452 <property name="expand">False</property> 318 <property name="expand">False</property>
453 <property name="fill">False</property> 319 <property name="fill">False</property>
454 <property name="position">2</property> 320 <property name="padding">5</property>
321 <property name="position">1</property>
455 </packing> 322 </packing>
456 </child> 323 </child>
457 <child> 324 <child>
458 <placeholder/>
459 </child>
460 <child>
461 <object class="GtkAlignment" id="main_window_search_button_alignment"> 325 <object class="GtkAlignment" id="main_window_search_button_alignment">
462 <property name="visible">True</property> 326 <property name="visible">True</property>
463 <property name="can_focus">False</property> 327 <property name="can_focus">False</property>
@@ -476,7 +340,7 @@
476 <packing> 340 <packing>
477 <property name="expand">False</property> 341 <property name="expand">False</property>
478 <property name="fill">False</property> 342 <property name="fill">False</property>
479 <property name="position">4</property> 343 <property name="position">2</property>
480 </packing> 344 </packing>
481 </child> 345 </child>
482 <child> 346 <child>
@@ -495,7 +359,7 @@
495 <packing> 359 <packing>
496 <property name="expand">True</property> 360 <property name="expand">True</property>
497 <property name="fill">True</property> 361 <property name="fill">True</property>
498 <property name="position">5</property> 362 <property name="position">3</property>
499 </packing> 363 </packing>
500 </child> 364 </child>
501 <child> 365 <child>
@@ -507,7 +371,7 @@
507 <packing> 371 <packing>
508 <property name="expand">False</property> 372 <property name="expand">False</property>
509 <property name="fill">False</property> 373 <property name="fill">False</property>
510 <property name="position">6</property> 374 <property name="position">4</property>
511 </packing> 375 </packing>
512 </child> 376 </child>
513 <child> 377 <child>
@@ -540,7 +404,7 @@
540 <packing> 404 <packing>
541 <property name="expand">False</property> 405 <property name="expand">False</property>
542 <property name="fill">False</property> 406 <property name="fill">False</property>
543 <property name="position">7</property> 407 <property name="position">5</property>
544 </packing> 408 </packing>
545 </child> 409 </child>
546 <child> 410 <child>
@@ -552,7 +416,7 @@
552 <packing> 416 <packing>
553 <property name="expand">False</property> 417 <property name="expand">False</property>
554 <property name="fill">False</property> 418 <property name="fill">False</property>
555 <property name="position">8</property> 419 <property name="position">6</property>
556 </packing> 420 </packing>
557 </child> 421 </child>
558 <child> 422 <child>
@@ -608,7 +472,7 @@
608 <packing> 472 <packing>
609 <property name="expand">False</property> 473 <property name="expand">False</property>
610 <property name="fill">False</property> 474 <property name="fill">False</property>
611 <property name="position">9</property> 475 <property name="position">7</property>
612 </packing> 476 </packing>
613 </child> 477 </child>
614 </object> 478 </object>
@@ -951,6 +815,114 @@
951 </object> 815 </object>
952 </child> 816 </child>
953 </object> 817 </object>
818 <object class="GtkListStore" id="GNUNET_GTK_meta_data_list_store">
819 <columns>
820 <!-- column-name extractor_meta_type -->
821 <column type="guint"/>
822 <!-- column-name extractor_meta_format -->
823 <column type="guint"/>
824 <!-- column-name extractor_meta_type_string -->
825 <column type="gchararray"/>
826 <!-- column-name extracotr_meta_value -->
827 <column type="gchararray"/>
828 </columns>
829 </object>
830 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store">
831 <columns>
832 <!-- column-name peer_identity -->
833 <column type="gchararray"/>
834 <!-- column-name number_of_known_addresses -->
835 <column type="guint"/>
836 <!-- column-name country_name -->
837 <column type="gchararray"/>
838 <!-- column-name country_flag -->
839 <column type="GdkPixbuf"/>
840 <!-- column-name bandwidth -->
841 <column type="guint64"/>
842 </columns>
843 </object>
844 <object class="GtkListStore" id="GNUNET_GTK_select_pseudonym_liststore">
845 <columns>
846 <!-- column-name namespace_name -->
847 <column type="gchararray"/>
848 <!-- column-name namespace_handle -->
849 <column type="gpointer"/>
850 </columns>
851 </object>
852 <object class="GtkAdjustment" id="adjustment1">
853 <property name="upper">100</property>
854 <property name="step_increment">1</property>
855 <property name="page_increment">10</property>
856 <property name="page_size">10</property>
857 </object>
858 <object class="GtkAdjustment" id="adjustment2">
859 <property name="upper">100</property>
860 <property name="step_increment">1</property>
861 <property name="page_increment">10</property>
862 <property name="page_size">10</property>
863 </object>
864 <object class="GtkAdjustment" id="adjustment3">
865 <property name="upper">100</property>
866 <property name="step_increment">1</property>
867 <property name="page_increment">10</property>
868 </object>
869 <object class="GtkAdjustment" id="adjustment4">
870 <property name="upper">100</property>
871 <property name="step_increment">1</property>
872 <property name="page_increment">10</property>
873 </object>
874 <object class="GtkAdjustment" id="adjustment5">
875 <property name="upper">100</property>
876 <property name="step_increment">1</property>
877 <property name="page_increment">10</property>
878 </object>
879 <object class="GtkAdjustment" id="adjustment6">
880 <property name="upper">100</property>
881 <property name="step_increment">1</property>
882 <property name="page_increment">10</property>
883 </object>
884 <object class="GtkAdjustment" id="adjustment7">
885 <property name="upper">100</property>
886 <property name="step_increment">1</property>
887 <property name="page_increment">10</property>
888 </object>
889 <object class="GtkAdjustment" id="adjustment8">
890 <property name="upper">100</property>
891 <property name="step_increment">1</property>
892 <property name="page_increment">10</property>
893 </object>
894 <object class="GtkListStore" id="anonymity_level_liststore">
895 <columns>
896 <!-- column-name Name -->
897 <column type="gchararray"/>
898 <!-- column-name Level -->
899 <column type="guint"/>
900 <!-- column-name Color -->
901 <column type="gchararray"/>
902 </columns>
903 <data>
904 <row>
905 <col id="0" translatable="yes">None</col>
906 <col id="1">0</col>
907 <col id="2" translatable="yes">#AAAA00000000</col>
908 </row>
909 <row>
910 <col id="0" translatable="yes">Normal</col>
911 <col id="1">1</col>
912 <col id="2" translatable="yes">#000000000000</col>
913 </row>
914 <row>
915 <col id="0" translatable="yes">Paranoid</col>
916 <col id="1">10</col>
917 <col id="2" translatable="yes">#0000AAAA0000</col>
918 </row>
919 </data>
920 </object>
921 <object class="GtkImage" id="down_stock_image">
922 <property name="visible">True</property>
923 <property name="can_focus">False</property>
924 <property name="stock">gtk-go-down</property>
925 </object>
954 <object class="GtkAdjustment" id="expiration_year_adjustment"> 926 <object class="GtkAdjustment" id="expiration_year_adjustment">
955 <property name="upper">9999</property> 927 <property name="upper">9999</property>
956 <property name="step_increment">1</property> 928 <property name="step_increment">1</property>
@@ -992,6 +964,58 @@
992 <widget name="GNUNET_GTK_search_frame_download_filename_label"/> 964 <widget name="GNUNET_GTK_search_frame_download_filename_label"/>
993 </widgets> 965 </widgets>
994 </object> 966 </object>
967 <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup">
968 <property name="mode">vertical</property>
969 <widgets>
970 <widget name="main_window_search_entry"/>
971 <widget name="main_window_search_anonymity_combobox"/>
972 <widget name="main_window_search_mime_combobox"/>
973 </widgets>
974 </object>
975 <object class="GtkListStore" id="main_window_search_mime_liststore">
976 <columns>
977 <!-- column-name MIME -->
978 <column type="gchararray"/>
979 <!-- column-name Type -->
980 <column type="gchararray"/>
981 <!-- column-name Extension -->
982 <column type="gchararray"/>
983 <!-- column-name Lossyness -->
984 <column type="gchararray"/>
985 <!-- column-name Freedom -->
986 <column type="gchararray"/>
987 </columns>
988 <data>
989 <row>
990 <col id="0"> </col>
991 <col id="1" translatable="yes">Any</col>
992 <col id="2" translatable="yes"> </col>
993 <col id="3" translatable="yes"> </col>
994 <col id="4" translatable="yes"> </col>
995 </row>
996 <row>
997 <col id="0">plain/text</col>
998 <col id="1" translatable="yes">Text</col>
999 <col id="2">txt</col>
1000 <col id="3" translatable="yes">N/A</col>
1001 <col id="4" translatable="yes">N/A</col>
1002 </row>
1003 <row>
1004 <col id="0">application/zip</col>
1005 <col id="1" translatable="yes">Zip</col>
1006 <col id="2">zip</col>
1007 <col id="3" translatable="yes">lossless</col>
1008 <col id="4" translatable="yes">free</col>
1009 </row>
1010 <row>
1011 <col id="0">audio/mpeg</col>
1012 <col id="1" translatable="yes">MPEG audio</col>
1013 <col id="2">mp3, mp2, mpeg</col>
1014 <col id="3" translatable="yes">lossy</col>
1015 <col id="4" translatable="yes">non-free</col>
1016 </row>
1017 </data>
1018 </object>
995 <object class="GtkTreeStore" id="main_window_search_namespace_treestore"> 1019 <object class="GtkTreeStore" id="main_window_search_namespace_treestore">
996 <columns> 1020 <columns>
997 <!-- column-name Name --> 1021 <!-- column-name Name -->
@@ -1017,6 +1041,17 @@
1017 </object> 1041 </object>
1018 </child> 1042 </child>
1019 </object> 1043 </object>
1044 <object class="GtkListStore" id="namespace_label_liststore">
1045 <columns>
1046 <!-- column-name Name -->
1047 <column type="gchararray"/>
1048 </columns>
1049 <data>
1050 <row>
1051 <col id="0" translatable="yes">&lt;none&gt;</col>
1052 </row>
1053 </data>
1054 </object>
1020 <object class="GtkWindow" id="namespace_selector_window"> 1055 <object class="GtkWindow" id="namespace_selector_window">
1021 <property name="can_focus">False</property> 1056 <property name="can_focus">False</property>
1022 <property name="events">GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property> 1057 <property name="events">GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
@@ -1092,58 +1127,6 @@
1092 <property name="can_focus">False</property> 1127 <property name="can_focus">False</property>
1093 <property name="stock">gtk-open</property> 1128 <property name="stock">gtk-open</property>
1094 </object> 1129 </object>
1095 <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup">
1096 <property name="mode">vertical</property>
1097 <widgets>
1098 <widget name="main_window_search_entry"/>
1099 <widget name="main_window_search_anonymity_combobox"/>
1100 <widget name="main_window_search_mime_combobox"/>
1101 </widgets>
1102 </object>
1103 <object class="GtkListStore" id="main_window_search_mime_liststore">
1104 <columns>
1105 <!-- column-name MIME -->
1106 <column type="gchararray"/>
1107 <!-- column-name Type -->
1108 <column type="gchararray"/>
1109 <!-- column-name Extension -->
1110 <column type="gchararray"/>
1111 <!-- column-name Lossyness -->
1112 <column type="gchararray"/>
1113 <!-- column-name Freedom -->
1114 <column type="gchararray"/>
1115 </columns>
1116 <data>
1117 <row>
1118 <col id="0"> </col>
1119 <col id="1" translatable="yes">Any</col>
1120 <col id="2" translatable="yes"> </col>
1121 <col id="3" translatable="yes"> </col>
1122 <col id="4" translatable="yes"> </col>
1123 </row>
1124 <row>
1125 <col id="0">plain/text</col>
1126 <col id="1" translatable="yes">Text</col>
1127 <col id="2">txt</col>
1128 <col id="3" translatable="yes">N/A</col>
1129 <col id="4" translatable="yes">N/A</col>
1130 </row>
1131 <row>
1132 <col id="0">application/zip</col>
1133 <col id="1" translatable="yes">Zip</col>
1134 <col id="2">zip</col>
1135 <col id="3" translatable="yes">lossless</col>
1136 <col id="4" translatable="yes">free</col>
1137 </row>
1138 <row>
1139 <col id="0">audio/mpeg</col>
1140 <col id="1" translatable="yes">MPEG audio</col>
1141 <col id="2">mp3, mp2, mpeg</col>
1142 <col id="3" translatable="yes">lossy</col>
1143 <col id="4" translatable="yes">non-free</col>
1144 </row>
1145 </data>
1146 </object>
1147 <object class="GtkAdjustment" id="priority_adjustment"> 1130 <object class="GtkAdjustment" id="priority_adjustment">
1148 <property name="upper">10000000</property> 1131 <property name="upper">10000000</property>
1149 <property name="value">1000</property> 1132 <property name="value">1000</property>
diff --git a/contrib/gnunet_identity_gtk_main_window.glade b/contrib/gnunet_identity_gtk_main_window.glade
index 098b6af1..d3cdc529 100644
--- a/contrib/gnunet_identity_gtk_main_window.glade
+++ b/contrib/gnunet_identity_gtk_main_window.glade
@@ -96,10 +96,8 @@
96 <property name="model">GNUNET_GTK_identity_liststore</property> 96 <property name="model">GNUNET_GTK_identity_liststore</property>
97 <property name="hadjustment">adjustment1</property> 97 <property name="hadjustment">adjustment1</property>
98 <property name="vadjustment">adjustment2</property> 98 <property name="vadjustment">adjustment2</property>
99 <property name="headers_clickable">False</property>
100 <property name="reorderable">True</property> 99 <property name="reorderable">True</property>
101 <property name="rules_hint">True</property> 100 <property name="rules_hint">True</property>
102 <property name="enable_search">False</property>
103 <property name="search_column">0</property> 101 <property name="search_column">0</property>
104 <property name="show_expanders">False</property> 102 <property name="show_expanders">False</property>
105 <property name="enable_grid_lines">horizontal</property> 103 <property name="enable_grid_lines">horizontal</property>
@@ -110,6 +108,10 @@
110 <object class="GtkTreeViewColumn" id="GNUNET_GTK_namespace_organizer_namespaces_treeview_column_name"> 108 <object class="GtkTreeViewColumn" id="GNUNET_GTK_namespace_organizer_namespaces_treeview_column_name">
111 <property name="sizing">autosize</property> 109 <property name="sizing">autosize</property>
112 <property name="title" translatable="yes">Name</property> 110 <property name="title" translatable="yes">Name</property>
111 <property name="clickable">True</property>
112 <property name="reorderable">True</property>
113 <property name="sort_indicator">True</property>
114 <property name="sort_column_id">0</property>
113 <child> 115 <child>
114 <object class="GtkCellRendererText" id="GNUNET_GTK_namespace_organizer_namespaces_treeview_column_name_text"> 116 <object class="GtkCellRendererText" id="GNUNET_GTK_namespace_organizer_namespaces_treeview_column_name_text">
115 <property name="editable">True</property> 117 <property name="editable">True</property>
@@ -125,6 +127,8 @@
125 <object class="GtkTreeViewColumn" id="GNUNET_GTK_namespace_organizer_namespaces_treeview_column_key"> 127 <object class="GtkTreeViewColumn" id="GNUNET_GTK_namespace_organizer_namespaces_treeview_column_key">
126 <property name="sizing">autosize</property> 128 <property name="sizing">autosize</property>
127 <property name="title" translatable="yes">Unique identifier</property> 129 <property name="title" translatable="yes">Unique identifier</property>
130 <property name="expand">True</property>
131 <property name="sort_column_id">1</property>
128 <child> 132 <child>
129 <object class="GtkCellRendererText" id="GNUNET_GTK_namespace_organizer_namespaces_treeview_column_key_text"/> 133 <object class="GtkCellRendererText" id="GNUNET_GTK_namespace_organizer_namespaces_treeview_column_key_text"/>
130 <attributes> 134 <attributes>