Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : apps/eclair

Dir     : e17/apps/eclair/data/glade


Modified Files:
        eclair.glade 


Log Message:

* Do not use anymore GtkFileChooserDialog with glade since it seems to be 
unsupported with libglade <= 2.4
I hope it will fix the open bug 

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/eclair/data/glade/eclair.glade,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- eclair.glade        21 May 2005 10:18:11 -0000      1.1
+++ eclair.glade        27 May 2005 21:31:48 -0000      1.2
@@ -255,13 +255,9 @@
   </child>
 </widget>
 
-<widget class="GtkFileChooserDialog" id="file_chooser_dialog">
+<widget class="GtkDialog" id="file_chooser_dialog">
   <property name="visible">True</property>
-  <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property>
-  <property name="local_only">True</property>
-  <property name="select_multiple">False</property>
-  <property name="show_hidden">False</property>
-  <property name="title" translatable="yes">Add Files</property>
+  <property name="title" translatable="yes">Open Files</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
   <property name="modal">False</property>
@@ -273,12 +269,13 @@
   <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
   <property name="focus_on_map">True</property>
+  <property name="has_separator">False</property>
 
   <child internal-child="vbox">
     <widget class="GtkVBox" id="dialog-vbox1">
       <property name="visible">True</property>
       <property name="homogeneous">False</property>
-      <property name="spacing">24</property>
+      <property name="spacing">2</property>
 
       <child internal-child="action_area">
        <widget class="GtkHButtonBox" id="dialog-action_area1">
@@ -742,6 +739,29 @@
          <property name="pack_type">GTK_PACK_END</property>
        </packing>
       </child>
+
+      <child>
+       <widget class="GtkAlignment" id="file_chooser_alignment">
+         <property name="visible">True</property>
+         <property name="xalign">0.5</property>
+         <property name="yalign">0.5</property>
+         <property name="xscale">1</property>
+         <property name="yscale">1</property>
+         <property name="top_padding">8</property>
+         <property name="bottom_padding">8</property>
+         <property name="left_padding">8</property>
+         <property name="right_padding">8</property>
+
+         <child>
+           <placeholder/>
+         </child>
+       </widget>
+       <packing>
+         <property name="padding">0</property>
+         <property name="expand">True</property>
+         <property name="fill">True</property>
+       </packing>
+      </child>
     </widget>
   </child>
 </widget>




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to