blob: 58724f82e39d5adb8d084ab8429594dc6223ad08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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);
|