summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-11-11 21:44:57 +0000
committerVincent Untz <vuntz@src.gnome.org>2007-11-11 21:44:57 +0000
commit9fb88108ddcb55b2d560ebf5f128299147c3268c (patch)
treeab2bdfcca878cae365772176e9ef80e828bc70fc /ChangeLog
parent732bbb08e5ba18f8c7deab45ed4947580dc9305d (diff)
downloadlibwnck-9fb88108ddcb55b2d560ebf5f128299147c3268c.tar.gz
remove useless include use wnck_action_menu_new() instead of deprecated
2007-11-11 Vincent Untz <vuntz@gnome.org> * libwnck/pager.c: remove useless include * libwnck/tasklist.c: (wnck_task_popup_menu), (wnck_task_button_press_event): use wnck_action_menu_new() instead of deprecated wnck_create_window_action_menu() svn path=/trunk/; revision=1508
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6604310..e4b432f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-11-11 Vincent Untz <vuntz@gnome.org>
+ * libwnck/pager.c: remove useless include
+ * libwnck/tasklist.c: (wnck_task_popup_menu),
+ (wnck_task_button_press_event): use wnck_action_menu_new() instead of
+ deprecated wnck_create_window_action_menu()
+
+2007-11-11 Vincent Untz <vuntz@gnome.org>
+
Objectify window-action-menu.c so that we have a real WnckActionMenu
widget.