[gnumeric] GUI: Don't add orientation to vboxes.



commit 0fc91dd00bdc274c4ab6ce65db19e7347e096ede
Author: Morten Welinder <terra gnome org>
Date:   Mon Jun 22 09:56:26 2009 -0400

    GUI: Don't add orientation to vboxes.

 plugins/fn-database/functions.c |    2 --
 src/dialogs/ChangeLog           |    4 ++++
 src/dialogs/cell-comment.glade  |    1 -
 3 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/plugins/fn-database/functions.c b/plugins/fn-database/functions.c
index 369e9da..e4aeb37 100644
--- a/plugins/fn-database/functions.c
+++ b/plugins/fn-database/functions.c
@@ -56,8 +56,6 @@ find_cells_that_match (Sheet *sheet, GnmValue const *database,
 	int    row, first_row, last_row;
 	gboolean add_flag;
 	GnmCell *cell;
-	GODateConventions const *date_conv =
-		workbook_date_conv (sheet->workbook);
 
 	cells = NULL;
 	/* TODO : Why ignore the first row ?  What if there is no header ? */
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 7d541cd..db0f495 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-22  Morten Welinder  <terra gnome org>
+
+	* cell-comment.glade: Don't add orientation to a vbox.
+
 2009-06-21  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* dialog-function-select.c (describe_new_style): argument
diff --git a/src/dialogs/cell-comment.glade b/src/dialogs/cell-comment.glade
index aac72cb..32416a8 100644
--- a/src/dialogs/cell-comment.glade
+++ b/src/dialogs/cell-comment.glade
@@ -13,7 +13,6 @@
       <widget class="GtkVBox" id="dialog-vbox">
         <property name="visible">True</property>
         <property name="spacing">2</property>
-        <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
         <child>
           <widget class="GtkTable" id="table1">
             <property name="visible">True</property>



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