[gnome-subtitles] Set dialog hint in order not to show an additional application in the app bar



commit acf4ae8bcf3da96f7a30ed7040bfd93e19641b1c
Author: Pedro Castro <pedro gnomesubtitles org>
Date:   Sun Jul 3 15:41:29 2011 +0100

    Set dialog hint in order not to show an additional application in the app bar

 src/Glade/FilePropertiesDialog.glade |    6 ++----
 src/Glade/PreferencesDialog.glade    |    9 ++++-----
 2 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/src/Glade/FilePropertiesDialog.glade b/src/Glade/FilePropertiesDialog.glade
index 91bb6e1..dbf401e 100644
--- a/src/Glade/FilePropertiesDialog.glade
+++ b/src/Glade/FilePropertiesDialog.glade
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <glade-interface>
   <!-- interface-requires gtk+ 2.16 -->
   <!-- interface-naming-policy toplevel-contextual -->
@@ -6,13 +6,11 @@
     <property name="title" translatable="yes">File Properties</property>
     <property name="modal">True</property>
     <property name="window_position">center-on-parent</property>
-    <property name="type_hint">normal</property>
-    <property name="has_separator">False</property>
+    <property name="type_hint">dialog</property>
     <child internal-child="vbox">
       <widget class="GtkVBox" id="dialogVBox">
         <property name="visible">True</property>
         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
-        <property name="orientation">vertical</property>
         <property name="spacing">2</property>
         <child>
           <widget class="GtkTable" id="table">
diff --git a/src/Glade/PreferencesDialog.glade b/src/Glade/PreferencesDialog.glade
index 1a91cb7..da6a7a4 100644
--- a/src/Glade/PreferencesDialog.glade
+++ b/src/Glade/PreferencesDialog.glade
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <glade-interface>
   <!-- interface-requires gtk+ 2.16 -->
   <!-- interface-naming-policy toplevel-contextual -->
@@ -6,8 +6,7 @@
     <property name="border_width">5</property>
     <property name="title" translatable="yes">Preferences</property>
     <property name="modal">True</property>
-    <property name="type_hint">normal</property>
-    <property name="has_separator">False</property>
+    <property name="type_hint">dialog</property>
     <child internal-child="vbox">
       <widget class="GtkVBox" id="dialogVBox">
         <property name="visible">True</property>
@@ -98,7 +97,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="max_length">4</property>
-                            <property name="invisible_char">&#x25CF;</property>
+                            <property name="invisible_char">â</property>
                             <property name="width_chars">4</property>
                             <property name="invisible_char_set">True</property>
                             <property name="adjustment">2000 0 2000 50 100 0</property>
@@ -382,7 +381,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="max_length">2</property>
-                            <property name="invisible_char">&#x25CF;</property>
+                            <property name="invisible_char">â</property>
                             <property name="width_chars">2</property>
                             <property name="adjustment">1 1 100 1 2 0</property>
                             <property name="numeric">True</property>



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