[rhythmbox] Remove has-separator property usage



commit d8ebf11dbe72f20c518a98d09fbb40e69cec5fe7
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Feb 7 16:20:01 2011 +0000

    Remove has-separator property usage
    
    It's gone in GTK+ 3.x

 data/ui/media-player-properties.ui                 |    1 -
 plugins/audiocd/multiple-album.ui                  |    1 -
 .../audioscrobbler/audioscrobbler-preferences.ui   |    1 -
 plugins/jamendo/jamendo-prefs.ui                   |    1 -
 plugins/status-icon/status-icon-preferences.ui     |    1 -
 5 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/data/ui/media-player-properties.ui b/data/ui/media-player-properties.ui
index e9f8327..e31919b 100644
--- a/data/ui/media-player-properties.ui
+++ b/data/ui/media-player-properties.ui
@@ -6,7 +6,6 @@
     <property name="visible">True</property>
     <property name="title" translatable="yes">Media Player Properties</property>
     <property name="type_hint">dialog</property>
-    <property name="has_separator">False</property>
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox1">
         <property name="visible">True</property>
diff --git a/plugins/audiocd/multiple-album.ui b/plugins/audiocd/multiple-album.ui
index 422d8cc..ff6449d 100644
--- a/plugins/audiocd/multiple-album.ui
+++ b/plugins/audiocd/multiple-album.ui
@@ -5,7 +5,6 @@
   <object class="GtkDialog" id="multiple_dialog">
     <property name="title" translatable="yes">Multiple Albums Found</property>
     <property name="type_hint">dialog</property>
-    <property name="has_separator">False</property>
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox2">
         <property name="visible">True</property>
diff --git a/plugins/audioscrobbler/audioscrobbler-preferences.ui b/plugins/audioscrobbler/audioscrobbler-preferences.ui
index 43b1037..dbd8f3c 100644
--- a/plugins/audioscrobbler/audioscrobbler-preferences.ui
+++ b/plugins/audioscrobbler/audioscrobbler-preferences.ui
@@ -7,7 +7,6 @@
     <property name="resizable">False</property>
     <property name="destroy_with_parent">True</property>
     <property name="type_hint">normal</property>
-    <property name="has_separator">False</property>
     <signal name="response" handler="config_dialog_response_cb"/>
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox1">
diff --git a/plugins/jamendo/jamendo-prefs.ui b/plugins/jamendo/jamendo-prefs.ui
index 193612b..32aeebc 100644
--- a/plugins/jamendo/jamendo-prefs.ui
+++ b/plugins/jamendo/jamendo-prefs.ui
@@ -29,7 +29,6 @@
     <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
     <property name="focus_on_map">True</property>
     <property name="urgency_hint">False</property>
-    <property name="has_separator">True</property>
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox1">
         <property name="visible">True</property>
diff --git a/plugins/status-icon/status-icon-preferences.ui b/plugins/status-icon/status-icon-preferences.ui
index 3376591..7988c83 100644
--- a/plugins/status-icon/status-icon-preferences.ui
+++ b/plugins/status-icon/status-icon-preferences.ui
@@ -58,7 +58,6 @@
     <property name="resizable">False</property>
     <property name="destroy_with_parent">True</property>
     <property name="type_hint">normal</property>
-    <property name="has_separator">False</property>
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox1">
         <property name="visible">True</property>



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