gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18895 - gnunet-gtk/contrib


From: gnunet
Subject: [GNUnet-SVN] r18895 - gnunet-gtk/contrib
Date: Sun, 1 Jan 2012 22:40:35 +0100

Author: grothoff
Date: 2012-01-01 22:40:35 +0100 (Sun, 01 Jan 2012)
New Revision: 18895

Removed:
   gnunet-gtk/contrib/gnunet_fs_gtk_publish_edit_dialog.glade
Modified:
   gnunet-gtk/contrib/Makefile.am
Log:
-dce

Modified: gnunet-gtk/contrib/Makefile.am
===================================================================
--- gnunet-gtk/contrib/Makefile.am      2012-01-01 21:34:52 UTC (rev 18894)
+++ gnunet-gtk/contrib/Makefile.am      2012-01-01 21:40:35 UTC (rev 18895)
@@ -22,7 +22,6 @@
   gnunet_fs_gtk_open_url_dialog.glade \
   gnunet_fs_gtk_publish_dialog.glade \
   gnunet_fs_gtk_publish_directory_dialog.glade \
-  gnunet_fs_gtk_publish_edit_dialog.glade \
   gnunet_fs_gtk_publish_file_dialog.glade \
   gnunet_fs_gtk_publish_tab.glade \
   gnunet_fs_gtk_search_tab.glade \

Deleted: gnunet-gtk/contrib/gnunet_fs_gtk_publish_edit_dialog.glade
===================================================================
--- gnunet-gtk/contrib/gnunet_fs_gtk_publish_edit_dialog.glade  2012-01-01 
21:34:52 UTC (rev 18894)
+++ gnunet-gtk/contrib/gnunet_fs_gtk_publish_edit_dialog.glade  2012-01-01 
21:40:35 UTC (rev 18895)
@@ -1,701 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<interface>
-  <requires lib="gtk+" version="2.20"/>
-  <!-- interface-naming-policy project-wide -->
-  <object class="GtkAdjustment" id="adjustment2">
-    <property name="upper">100</property>
-    <property name="step_increment">1</property>
-    <property name="page_increment">10</property>
-    <property name="page_size">10</property>
-  </object>
-  <object class="GtkAdjustment" id="adjustment1">
-    <property name="upper">100</property>
-    <property name="step_increment">1</property>
-    <property name="page_increment">10</property>
-    <property name="page_size">10</property>
-  </object>
-  <object class="GtkListStore" id="GNUNET_GTK_metatype_list_store">
-    <columns>
-      <!-- column-name description -->
-      <column type="gchararray"/>
-      <!-- column-name guint1 -->
-      <column type="guint"/>
-      <!-- column-name helptext -->
-      <column type="gchararray"/>
-    </columns>
-  </object>
-  <object class="GtkListStore" id="GNUNET_GTK_meta_data_list_store">
-    <columns>
-      <!-- column-name extractor_meta_type -->
-      <column type="guint"/>
-      <!-- column-name extractor_meta_format -->
-      <column type="guint"/>
-      <!-- column-name extractor_meta_type_string -->
-      <column type="gchararray"/>
-      <!-- column-name extracotr_meta_value -->
-      <column type="gchararray"/>
-    </columns>
-  </object>
-  <object class="GtkDialog" id="GNUNET_GTK_edit_file_information_dialog">
-    <property name="border_width">5</property>
-    <property name="destroy_with_parent">True</property>
-    <property name="type_hint">dialog</property>
-    <property name="skip_taskbar_hint">True</property>
-    <property name="has_separator">False</property>
-    <child internal-child="vbox">
-      <object class="GtkVBox" 
id="GNUNET_GTK_edit_file_information_master_vbox">
-        <property name="visible">True</property>
-        <property name="spacing">2</property>
-        <child>
-          <object class="GtkHBox" 
id="GNUNET_GTK_edit_file_information_metadata_hbox">
-            <property name="visible">True</property>
-            <child>
-              <object class="GtkVBox" 
id="GNUNET_GTK_edit_file_information_metadata_vbox">
-                <property name="visible">True</property>
-                <property name="spacing">5</property>
-                <child>
-                  <object class="GtkHBox" 
id="GNUNET_GTK_edit_file_information_metadata_edit_hbox">
-                    <property name="visible">True</property>
-                    <child>
-                      <object class="GtkLabel" 
id="GNUNET_GTK_edit_file_information_metadata_type_label">
-                        <property name="visible">True</property>
-                        <property name="label" 
translatable="yes">Type:</property>
-                      </object>
-                      <packing>
-                        <property name="expand">False</property>
-                        <property name="fill">False</property>
-                        <property name="position">0</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkScrolledWindow" 
id="GNUNET_GTK_edit_file_information_metadata_type_scrolled_window">
-                        <property name="height_request">100</property>
-                        <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <property name="hscrollbar_policy">never</property>
-                        <property name="vscrollbar_policy">automatic</property>
-                        <child>
-                          <object class="GtkTreeView" 
id="GNUNET_GTK_edit_file_information_metadata_type_tree_view">
-                            <property name="visible">True</property>
-                            <property name="can_focus">True</property>
-                            <property 
name="model">GNUNET_GTK_metatype_list_store</property>
-                            <property name="headers_visible">False</property>
-                            <property name="headers_clickable">False</property>
-                            <property name="reorderable">True</property>
-                            <property name="enable_search">False</property>
-                            <property name="tooltip_column">2</property>
-                            <child>
-                              <object class="GtkTreeViewColumn" 
id="GNUNET_GTK_edit_file_information_metadata_type_tree_view_column">
-                                <property name="title" 
translatable="yes">Value</property>
-                                <property name="sort_column_id">0</property>
-                                <child>
-                                  <object class="GtkCellRendererText" 
id="GNUNET_GTK_edit_file_information_metadata_type_tree_view_renderer"/>
-                                  <attributes>
-                                    <attribute name="text">0</attribute>
-                                  </attributes>
-                                </child>
-                              </object>
-                            </child>
-                          </object>
-                        </child>
-                      </object>
-                      <packing>
-                        <property name="position">1</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkLabel" 
id="GNUNET_GTK_edit_file_information_metadata_value_label">
-                        <property name="visible">True</property>
-                        <property name="label" 
translatable="yes">Value:</property>
-                      </object>
-                      <packing>
-                        <property name="expand">False</property>
-                        <property name="fill">False</property>
-                        <property name="padding">5</property>
-                        <property name="position">2</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkEntry" 
id="GNUNET_GTK_edit_file_information_metadata_value_entry">
-                        <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <property name="invisible_char">●</property>
-                        <signal name="changed" 
handler="GNUNET_GTK_edit_file_information_metadata_value_entry_changed_cb" 
swapped="no"/>
-                      </object>
-                      <packing>
-                        <property name="position">3</property>
-                      </packing>
-                    </child>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                    <property name="position">0</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkScrolledWindow" 
id="GNUNET_GTK_edit_file_information_metadata_scrolled_window">
-                    <property name="width_request">400</property>
-                    <property name="height_request">120</property>
-                    <property name="visible">True</property>
-                    <property name="can_focus">False</property>
-                    <property name="hadjustment">adjustment1</property>
-                    <property name="vadjustment">adjustment2</property>
-                    <property name="hscrollbar_policy">automatic</property>
-                    <property name="vscrollbar_policy">automatic</property>
-                    <child>
-                      <object class="GtkTreeView" 
id="GNUNET_GTK_edit_file_information_metadata_tree_view">
-                        <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <property 
name="model">GNUNET_GTK_meta_data_list_store</property>
-                        <property name="hadjustment">adjustment1</property>
-                        <property name="vadjustment">adjustment2</property>
-                        <property name="enable_search">False</property>
-                        <child>
-                          <object class="GtkTreeViewColumn" 
id="GNUNET_GTK_edit_file_information_metadata_tree_view_type_column">
-                            <property name="sizing">fixed</property>
-                            <property name="fixed_width">120</property>
-                            <property name="title" 
translatable="yes">Type</property>
-                            <property name="reorderable">True</property>
-                            <property name="sort_column_id">2</property>
-                            <child>
-                              <object class="GtkCellRendererText" 
id="GNUNET_GTK_edit_file_information_metadata_tree_view_type_renderer"/>
-                              <attributes>
-                                <attribute name="text">2</attribute>
-                              </attributes>
-                            </child>
-                          </object>
-                        </child>
-                        <child>
-                          <object class="GtkTreeViewColumn" 
id="GNUNET_GTK_edit_file_information_metadata_tree_view_description_column">
-                            <property name="title" 
translatable="yes">Value</property>
-                            <property name="expand">True</property>
-                            <property name="reorderable">True</property>
-                            <property name="sort_column_id">3</property>
-                            <child>
-                              <object class="GtkCellRendererText" 
id="GNUNET_GTK_edit_file_information_metadata_tree_view_value_renderer"/>
-                              <attributes>
-                                <attribute name="text">3</attribute>
-                              </attributes>
-                            </child>
-                          </object>
-                        </child>
-                      </object>
-                    </child>
-                  </object>
-                  <packing>
-                    <property name="position">1</property>
-                  </packing>
-                </child>
-              </object>
-              <packing>
-                <property name="position">0</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkVBox" 
id="GNUNET_GTK_edit_file_information_metadata_button_vbox">
-                <property name="visible">True</property>
-                <child>
-                  <object class="GtkButton" 
id="GNUNET_GTK_edit_file_information_metadata_add_button">
-                    <property name="label">gtk-add</property>
-                    <property name="visible">True</property>
-                    <property name="sensitive">False</property>
-                    <property name="can_focus">True</property>
-                    <property name="receives_default">True</property>
-                    <property name="use_action_appearance">False</property>
-                    <property name="use_stock">True</property>
-                    <signal name="clicked" 
handler="GNUNET_GTK_edit_file_information_metadata_add_button_clicked_cb" 
swapped="no"/>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                    <property name="position">0</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkButton" 
id="GNUNET_GTK_edit_file_information_metadata_delete_button">
-                    <property name="label">gtk-delete</property>
-                    <property name="visible">True</property>
-                    <property name="sensitive">False</property>
-                    <property name="can_focus">True</property>
-                    <property name="receives_default">True</property>
-                    <property name="use_action_appearance">False</property>
-                    <property name="use_stock">True</property>
-                    <signal name="clicked" 
handler="GNUNET_GTK_edit_file_information_metadata_delete_button_clicked_cb" 
swapped="no"/>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                    <property name="padding">5</property>
-                    <property name="position">1</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkLabel" 
id="GNUNET_GTK_edit_file_information_metadata_preview_label">
-                    <property name="visible">True</property>
-                    <property name="label" 
translatable="yes">Preview:</property>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                    <property name="padding">10</property>
-                    <property name="position">2</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkImage" 
id="GNUNET_GTK_edit_file_information_metadata_preview_image">
-                    <property name="visible">True</property>
-                    <property name="sensitive">False</property>
-                    <property name="stock">gtk-missing-image</property>
-                  </object>
-                  <packing>
-                    <property name="position">3</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkFileChooserButton" 
id="GNUNET_GTK_edit_file_information_metadata_preview_file_chooser_button">
-                    <property name="visible">True</property>
-                    <property name="create_folders">False</property>
-                    <property name="title" translatable="yes">Select 
file</property>
-                    <signal name="file-set" 
handler="GNUNET_GTK_edit_file_information_metadata_preview_file_chooser_button_file_set_cb"
 swapped="no"/>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                    <property name="position">4</property>
-                  </packing>
-                </child>
-              </object>
-              <packing>
-                <property name="padding">5</property>
-                <property name="position">1</property>
-              </packing>
-            </child>
-          </object>
-          <packing>
-            <property name="position">1</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkHBox" 
id="GNUNET_GTK_edit_file_information_secondary_hbox">
-            <property name="visible">True</property>
-            <child>
-              <object class="GtkVBox" 
id="GNUNET_GTK_edit_file_information_keyword_entry_vbox">
-                <property name="visible">True</property>
-                <child>
-                  <object class="GtkHBox" 
id="GNUNET_GTK_edit_file_information_keyword_hbox">
-                    <property name="visible">True</property>
-                    <child>
-                      <object class="GtkLabel" 
id="GNUNET_GTK_edit_file_information_keyword_label">
-                        <property name="visible">True</property>
-                        <property name="label" 
translatable="yes">_Keyword:</property>
-                        <property name="use_underline">True</property>
-                        <property 
name="mnemonic_widget">GNUNET_GTK_edit_file_information_keyword_entry</property>
-                      </object>
-                      <packing>
-                        <property name="expand">False</property>
-                        <property name="fill">False</property>
-                        <property name="position">0</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkEntry" 
id="GNUNET_GTK_edit_file_information_keyword_entry">
-                        <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <property name="invisible_char">●</property>
-                        <property name="caps_lock_warning">False</property>
-                        <signal name="changed" 
handler="GNUNET_GTK_edit_file_information_keyword_entry_changed_cb" 
swapped="no"/>
-                        <signal name="activate" 
handler="GNUNET_GTK_edit_file_information_keyword_entry_activate_cb" 
swapped="no"/>
-                      </object>
-                      <packing>
-                        <property name="position">1</property>
-                      </packing>
-                    </child>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                    <property name="padding">5</property>
-                    <property name="position">0</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkHBox" 
id="GNUNET_GTK_edit_file_information_keyword_list_hbox">
-                    <property name="visible">True</property>
-                    <child>
-                      <object class="GtkScrolledWindow" 
id="GNUNET_GTK_edit_file_information_keyword_scrolled_window">
-                        <property name="width_request">400</property>
-                        <property name="height_request">120</property>
-                        <property name="visible">True</property>
-                        <property name="can_focus">False</property>
-                        <property name="hscrollbar_policy">never</property>
-                        <property name="vscrollbar_policy">automatic</property>
-                        <child>
-                          <object class="GtkTreeView" 
id="GNUNET_GTK_edit_file_information_keyword_list_tree_view">
-                            <property name="visible">True</property>
-                            <property name="can_focus">True</property>
-                            <property 
name="model">GNUNET_GTK_keyword_list_store</property>
-                            <property name="search_column">0</property>
-                            <child>
-                              <object class="GtkTreeViewColumn" 
id="GNUNET_GTK_edit_file_information_keyword_list_tree_view_column">
-                                <property name="title" 
translatable="yes">Keywords</property>
-                                <property name="reorderable">True</property>
-                                <property name="sort_column_id">0</property>
-                                <child>
-                                  <object class="GtkCellRendererText" 
id="GNUNET_GTK_edit_file_information_keyword_list_tree_view_renderer"/>
-                                  <attributes>
-                                    <attribute name="text">0</attribute>
-                                  </attributes>
-                                </child>
-                              </object>
-                            </child>
-                          </object>
-                        </child>
-                      </object>
-                      <packing>
-                        <property name="position">0</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkVBox" 
id="GNUNET_GTK_edit_file_information_keyword_list_button_vbox">
-                        <property name="visible">True</property>
-                        <child>
-                          <object class="GtkButton" 
id="GNUNET_GTK_edit_file_information_keyword_list_add_button">
-                            <property name="label">gtk-add</property>
-                            <property name="visible">True</property>
-                            <property name="sensitive">False</property>
-                            <property name="can_focus">True</property>
-                            <property name="receives_default">True</property>
-                            <property 
name="use_action_appearance">False</property>
-                            <property name="use_stock">True</property>
-                            <signal name="clicked" 
handler="GNUNET_GTK_edit_file_information_keyword_list_add_button_clicked_cb" 
swapped="no"/>
-                          </object>
-                          <packing>
-                            <property name="expand">False</property>
-                            <property name="fill">False</property>
-                            <property name="position">0</property>
-                          </packing>
-                        </child>
-                        <child>
-                          <object class="GtkButton" 
id="GNUNET_GTK_edit_file_information_keyword_list_del_button">
-                            <property name="label">gtk-delete</property>
-                            <property name="visible">True</property>
-                            <property name="sensitive">False</property>
-                            <property name="can_focus">True</property>
-                            <property name="receives_default">True</property>
-                            <property 
name="use_action_appearance">False</property>
-                            <property name="use_stock">True</property>
-                            <signal name="clicked" 
handler="GNUNET_GTK_edit_file_information_keyword_list_del_button_clicked_cb" 
swapped="no"/>
-                          </object>
-                          <packing>
-                            <property name="expand">False</property>
-                            <property name="fill">False</property>
-                            <property name="padding">5</property>
-                            <property name="position">1</property>
-                          </packing>
-                        </child>
-                      </object>
-                      <packing>
-                        <property name="expand">False</property>
-                        <property name="fill">False</property>
-                        <property name="padding">5</property>
-                        <property name="position">1</property>
-                      </packing>
-                    </child>
-                  </object>
-                  <packing>
-                    <property name="position">1</property>
-                  </packing>
-                </child>
-              </object>
-              <packing>
-                <property name="padding">5</property>
-                <property name="position">0</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkVBox" 
id="GNUNET_GTK_edit_file_information_misc_vbox">
-                <property name="visible">True</property>
-                <child>
-                  <object class="GtkLabel" 
id="GNUNET_GTK_edit_file_information_options_label">
-                    <property name="visible">True</property>
-                    <property name="label" 
translatable="yes">Options</property>
-                    <property name="justify">center</property>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                    <property name="padding">5</property>
-                    <property name="position">0</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkHSeparator" id="hseparator3">
-                    <property name="visible">True</property>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="position">1</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkHBox" 
id="GNUNET_GTK_edit_file_information_anonymity_hbox">
-                    <property name="visible">True</property>
-                    <child>
-                      <object class="GtkLabel" 
id="GNUNET_GTK_edit_file_information_anonymity_label">
-                        <property name="visible">True</property>
-                        <property name="label" 
translatable="yes">_Anonymity:</property>
-                        <property name="use_underline">True</property>
-                      </object>
-                      <packing>
-                        <property name="expand">False</property>
-                        <property name="fill">False</property>
-                        <property name="padding">5</property>
-                        <property name="position">0</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkSpinButton" 
id="GNUNET_GTK_edit_file_information_anonymity_spin_button">
-                        <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <property name="tooltip_markup">Anonymity of zero 
means no anonymity.  Values larger than one require GNUnet to have cover 
traffic (with larger values implying more cover traffic).</property>
-                        <property name="invisible_char">●</property>
-                        <property 
name="adjustment">GNUNET_GTK_anonymity_adjustment</property>
-                        <signal name="value-changed" 
handler="GNUNET_GTK_anonymity_spin_button_value_changed_cb" after="yes" 
swapped="no"/>
-                      </object>
-                      <packing>
-                        <property name="position">1</property>
-                      </packing>
-                    </child>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                    <property name="position">2</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkHSeparator" id="hseparator1">
-                    <property name="visible">True</property>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                    <property name="position">3</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkHBox" 
id="GNUNET_GTK_edit_file_information_priority_hbox">
-                    <property name="visible">True</property>
-                    <child>
-                      <object class="GtkLabel" 
id="GNUNET_GTK_edit_file_information_priority_label">
-                        <property name="visible">True</property>
-                        <property name="label" 
translatable="yes">_Priority:</property>
-                        <property name="use_underline">True</property>
-                      </object>
-                      <packing>
-                        <property name="expand">False</property>
-                        <property name="padding">5</property>
-                        <property name="position">0</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkSpinButton" 
id="GNUNET_GTK_edit_file_information_priority_spin_button">
-                        <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <property name="tooltip_markup">The content priority 
determines when content is discarded in favour of other, more popular content.  
</property>
-                        <property name="invisible_char">●</property>
-                        <property 
name="adjustment">priority_adjustment</property>
-                        <property name="numeric">True</property>
-                      </object>
-                      <packing>
-                        <property name="position">1</property>
-                      </packing>
-                    </child>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                    <property name="position">4</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkHSeparator" id="hseparator2">
-                    <property name="visible">True</property>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                    <property name="position">5</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkHBox" 
id="GNUNET_GTK_edit_file_information_insert_hbox">
-                    <property name="visible">True</property>
-                    <child>
-                      <object class="GtkLabel" 
id="GNUNET_GTK_edit_file_information_index_label">
-                        <property name="visible">True</property>
-                        <property name="label" translatable="yes">_Index 
file</property>
-                        <property name="use_underline">True</property>
-                        <property 
name="mnemonic_widget">GNUNET_GTK_edit_file_information_index_check_button</property>
-                      </object>
-                      <packing>
-                        <property name="expand">False</property>
-                        <property name="padding">5</property>
-                        <property name="position">0</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkCheckButton" 
id="GNUNET_GTK_edit_file_information_index_check_button">
-                        <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <property name="receives_default">False</property>
-                        <property name="tooltip_markup">Indexing saves space 
in the database but requires the file to remain unchanged in its original 
location afterwards.</property>
-                        <property name="use_action_appearance">False</property>
-                        <property name="draw_indicator">True</property>
-                      </object>
-                      <packing>
-                        <property name="expand">False</property>
-                        <property name="fill">False</property>
-                        <property name="position">1</property>
-                      </packing>
-                    </child>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                    <property name="position">6</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkHSeparator" id="hseparator4">
-                    <property name="visible">True</property>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="position">7</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkHBox" id="hbox2">
-                    <property name="visible">True</property>
-                    <child>
-                      <object class="GtkLabel" 
id="GNUNET_GTK_edit_file_information_expiration_label">
-                        <property name="visible">True</property>
-                        <property name="label" translatable="yes">_Expiration 
year:</property>
-                        <property name="use_underline">True</property>
-                      </object>
-                      <packing>
-                        <property name="expand">False</property>
-                        <property name="padding">5</property>
-                        <property name="position">0</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkSpinButton" 
id="GNUNET_GTK_edit_file_information_expiration_year_spin_button">
-                        <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <property name="max_length">4</property>
-                        <property name="invisible_char">•</property>
-                        <property name="invisible_char_set">True</property>
-                        <property 
name="adjustment">expiration_year_adjustment</property>
-                        <property name="climb_rate">1</property>
-                        <property name="numeric">True</property>
-                      </object>
-                      <packing>
-                        <property name="position">1</property>
-                      </packing>
-                    </child>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                    <property name="position">8</property>
-                  </packing>
-                </child>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="padding">11</property>
-                <property name="position">1</property>
-              </packing>
-            </child>
-          </object>
-          <packing>
-            <property name="padding">5</property>
-            <property name="position">2</property>
-          </packing>
-        </child>
-        <child internal-child="action_area">
-          <object class="GtkHButtonBox" id="dialog-action_area13">
-            <property name="visible">True</property>
-            <property name="layout_style">end</property>
-            <child>
-              <object class="GtkButton" 
id="GNUNET_GTK_edit_file_information_cancel_button">
-                <property name="label">gtk-cancel</property>
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
-                <property name="use_stock">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">0</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkButton" 
id="GNUNET_GTK_edit_file_information_confirm_button">
-                <property name="label">gtk-ok</property>
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
-                <property name="use_stock">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">1</property>
-              </packing>
-            </child>
-          </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="pack_type">end</property>
-            <property name="position">0</property>
-          </packing>
-        </child>
-      </object>
-    </child>
-    <action-widgets>
-      <action-widget 
response="-6">GNUNET_GTK_edit_file_information_cancel_button</action-widget>
-      <action-widget 
response="-5">GNUNET_GTK_edit_file_information_confirm_button</action-widget>
-    </action-widgets>
-  </object>
-  <object class="GtkListStore" id="GNUNET_GTK_keyword_list_store">
-    <columns>
-      <!-- column-name keyword -->
-      <column type="gchararray"/>
-    </columns>
-  </object>
-  <object class="GtkAdjustment" id="GNUNET_GTK_anonymity_adjustment">
-    <property name="upper">100000</property>
-    <property name="value">1</property>
-    <property name="step_increment">1</property>
-    <property name="page_increment">10</property>
-  </object>
-  <object class="GtkAdjustment" id="priority_adjustment">
-    <property name="upper">10000000</property>
-    <property name="value">1000</property>
-    <property name="step_increment">1</property>
-    <property name="page_increment">10</property>
-  </object>
-  <object class="GtkAdjustment" id="expiration_year_adjustment">
-    <property name="upper">9999</property>
-    <property name="step_increment">1</property>
-    <property name="page_increment">10</property>
-  </object>
-</interface>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]