[pan2] again, fix for size issues with gtk2+



commit 2b034d3e80eeb37dfbc00982339a4fb14e6f428b
Author: Heinrich MÃller <henmull src gnome org>
Date:   Mon Jan 9 19:20:01 2012 +0100

    again, fix for size issues with gtk2+

 pan/gui/e-action-combo-box.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/pan/gui/e-action-combo-box.h b/pan/gui/e-action-combo-box.h
index 0872747..0c666c5 100644
--- a/pan/gui/e-action-combo-box.h
+++ b/pan/gui/e-action-combo-box.h
@@ -57,8 +57,7 @@ struct _EActionComboBox {
 	EActionComboBoxPrivate *priv;
 	// quick fix for error : "specified instance size for type `EActionComboBox' is
   // smaller than the parent type's `GtkComboBox' instance size"
-	double pad;
-	double pad2;
+	double pad, pad2, pad3;
 };
 
 struct _EActionComboBoxClass {



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