[Xfce4-commits] <parole:master> Some spacing changes

Ali Abdallah noreply at xfce.org
Tue Oct 6 10:16:04 CEST 2009


Updating branch refs/heads/master
         to 487edadc7ff4317b9cba25b65694ecd77bb34cf2 (commit)
       from f950db390d7119b88e22d82c0b44096339b09ae9 (commit)

commit 487edadc7ff4317b9cba25b65694ecd77bb34cf2
Author: Ali Abdallah <ali at ali-xfce.org>
Date:   Tue Oct 6 10:09:50 2009 +0000

    Some spacing changes

 data/interfaces/plugins.ui    |   12 +++++++-----
 parole/parole-open-location.c |    2 +-
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/data/interfaces/plugins.ui b/data/interfaces/plugins.ui
index 6daa131..3253620 100644
--- a/data/interfaces/plugins.ui
+++ b/data/interfaces/plugins.ui
@@ -1,6 +1,7 @@
 <?xml version="1.0"?>
 <interface>
   <requires lib="gtk+" version="2.16"/>
+  <!-- interface-requires xfce4 0.0 -->
   <!-- interface-naming-policy project-wide -->
   <object class="GtkListStore" id="liststore">
     <columns>
@@ -12,20 +13,21 @@
       <column type="GObject"/>
     </columns>
   </object>
-  <object class="GtkDialog" id="dialog">
+  <object class="XfceTitledDialog" id="dialog">
     <property name="border_width">5</property>
-    <property name="title" translatable="yes">Parole Plugins Preferences</property>
-    <property name="window_position">center-on-parent</property>
+    <property name="title" translatable="yes">Parole Plugins</property>
     <property name="default_width">300</property>
     <property name="default_height">220</property>
     <property name="destroy_with_parent">True</property>
+    <property name="icon_name">parole</property>
     <property name="type_hint">normal</property>
     <property name="skip_taskbar_hint">True</property>
     <property name="skip_pager_hint">True</property>
     <property name="has_separator">False</property>
+    <property name="subtitle" translatable="yes">Media Player plugins</property>
     <signal name="response" handler="parole_plugins_manager_pref_response_cb"/>
     <child internal-child="vbox">
-      <object class="GtkVBox" id="dialog-vbox1">
+      <object class="GtkVBox" id="dialog-vbox2">
         <property name="visible">True</property>
         <property name="orientation">vertical</property>
         <property name="spacing">2</property>
@@ -206,7 +208,7 @@
           </packing>
         </child>
         <child internal-child="action_area">
-          <object class="GtkHButtonBox" id="dialog-action_area1">
+          <object class="GtkHButtonBox" id="dialog-action_area2">
             <property name="visible">True</property>
             <property name="layout_style">end</property>
             <child>
diff --git a/parole/parole-open-location.c b/parole/parole-open-location.c
index dfdc54f..4b0d955 100644
--- a/parole/parole-open-location.c
+++ b/parole/parole-open-location.c
@@ -223,7 +223,7 @@ GtkWidget *parole_open_location (GtkWidget *parent)
 			vbox,
 			TRUE,   
 			TRUE,
-			10);   
+			0);   
     
     gtk_dialog_add_buttons (GTK_DIALOG (self), 
 			    GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,



More information about the Xfce4-commits mailing list