summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/gbgoffice/files/1.4-07_gtk_buttonbox-fix.patch')
-rw-r--r--app-dicts/gbgoffice/files/1.4-07_gtk_buttonbox-fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-dicts/gbgoffice/files/1.4-07_gtk_buttonbox-fix.patch b/app-dicts/gbgoffice/files/1.4-07_gtk_buttonbox-fix.patch
new file mode 100644
index 0000000..58724f8
--- /dev/null
+++ b/app-dicts/gbgoffice/files/1.4-07_gtk_buttonbox-fix.patch
@@ -0,0 +1,12 @@
+--- gbgoffice-1.4.orig/src/workhelper.cpp 2010-10-26 22:39:08.332999994 +0300
++++ gbgoffice-1.4/src/workhelper.cpp 2010-10-26 22:39:14.705999990 +0300
+@@ -39,7 +39,7 @@
+ //set_resize_mode(Gtk::RESIZE_PARENT);
+ set_reallocate_redraws(true);
+
+- Gtk::HButtonBox *hba = get_action_area();
++ Gtk::ButtonBox *hba = get_action_area();
+
+ add_events(Gdk::ENTER_NOTIFY_MASK | Gdk::LEAVE_NOTIFY_MASK);
+
+