[glom/glom-1-8] Reverted my previous commit because the glom.glade merge was wrong and too difficult. Increased vers



commit 4daaebdecdf84a42d1e88eb6810b93b381edc5b7
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu May 28 19:40:18 2009 +0200

    Reverted my previous commit because the glom.glade merge was wrong and too difficult. Increased version.
---
 ChangeLog       |    6 +-----
 NEWS            |    5 +++++
 configure.in    |    2 +-
 glom/glom.glade |   20 --------------------
 4 files changed, 7 insertions(+), 26 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 54c3532..9480889 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,4 @@
-2009-05-26  Armin Burgmeier  <armin openismus com>
-
-	* glom/glom.glade: Added a window title to the initial dialog, and
-	accessible names for the two tree views in it, so they are easily
-	accessible from LDTP.
+1.8.9:
 
 2009-05-25  Armin Burgmeier  <armin openismus com>
 
diff --git a/NEWS b/NEWS
index 16f647e..28b4f7e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+1.8.9:
+
+* Fix crash in initial dialog, experienced on some systems. 
+  (Armin Burgmeir) Bug #584022 (Keir Lawson)
+  
 1.8.8:
 
 * Fix the build with GTK+ 2.16. (errors in GlomGtkCalendar).
diff --git a/configure.in b/configure.in
index 115d78f..67de7bb 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_INIT(glom/main.cc)
 AM_CONFIG_HEADER(config.h)
 
 # Package name and version number:
-AM_INIT_AUTOMAKE(glom, 1.8.8)
+AM_INIT_AUTOMAKE(glom, 1.8.9)
 
 AM_MAINTAINER_MODE
 
diff --git a/glom/glom.glade b/glom/glom.glade
index 18b45ee..9e46ba1 100644
--- a/glom/glom.glade
+++ b/glom/glom.glade
@@ -193,7 +193,6 @@
     </child>
   </widget>
   <widget class="GtkDialog" id="dialog_existing_or_new">
-    <property name="title" translatable="yes">Welcome to Glom</property>
     <property name="default_width">480</property>
     <property name="default_height">320</property>
     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
@@ -243,11 +242,6 @@
                   <widget class="GtkNotebook" id="existing_or_new_notebook">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
-                    <child internal-child="accessible">
-                      <object class="AtkObject" id="existing_or_new_notebook-atkobject">
-                        <property name="AtkObject::accessible-name" translatable="yes">Open or create Document</property>
-                      </object>
-                    </child>
                     <child>
                       <widget class="GtkScrolledWindow" id="scrolledwindow2">
                         <property name="visible">True</property>
@@ -265,13 +259,6 @@
                             <property name="headers_clickable">True</property>
                             <property name="search_column">0</property>
                           </widget>
-
-                            <child internal-child="accessible">
-                              <object class="AtkObject" id="existing_or_new_existing_treeview-atkobject">
-                                <property name="AtkObject::accessible-name" translatable="yes">Open Existing Document</property>
-                              </object>
-                            </child>
- 
                         </child>
                       </widget>
                     </child>
@@ -301,13 +288,6 @@
                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                             <property name="headers_clickable">True</property>
                           </widget>
-
-                            <child internal-child="accessible">
-                              <object class="AtkObject" id="existing_or_new_new_treeview-atkobject">
-                                <property name="AtkObject::accessible-name" translatable="yes">Create New Document</property>
-                              </object>
-                            </child>
-
                         </child>
                       </widget>
                       <packing>



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