summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorMichael Natterer <mitch@gimp.org>2004-12-01 16:04:28 +0000
committerMichael Natterer <mitch@src.gnome.org>2004-12-01 16:04:28 +0000
commit3bd8c449f4b0bd795269a1a600a8d89a9a90cbd7 (patch)
treec0bc55435992c181ace71241078da930593e347c /ChangeLog.pre-2-10
parent692bb5126ffdcc4afd435944bb497b0995d96811 (diff)
downloadgdk-pixbuf-3bd8c449f4b0bd795269a1a600a8d89a9a90cbd7.tar.gz
added virtual functions GtkUIManager::get_widget() and ::get_action().
2004-12-01 Michael Natterer <mitch@gimp.org> * gtk/gtkuimanager.[ch]: added virtual functions GtkUIManager::get_widget() and ::get_action(). Moved the code from gtk_ui_manager_get_widget() and get_action() to the default implementations. Fixes bug #160096. (gtk_ui_manager_get_toplevels): added missing precondition check for GTK_IS_UI_MANAGER(self).
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1010
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 5336b9483..f61f94a0b 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,13 @@
+2004-12-01 Michael Natterer <mitch@gimp.org>
+
+ * gtk/gtkuimanager.[ch]: added virtual functions
+ GtkUIManager::get_widget() and ::get_action(). Moved the code from
+ gtk_ui_manager_get_widget() and get_action() to the default
+ implementations. Fixes bug #160096.
+
+ (gtk_ui_manager_get_toplevels): added missing precondition check
+ for GTK_IS_UI_MANAGER(self).
+
2004-12-01 Dom Lachowicz <cinamod@hotmail.com>
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order