aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-12-17 04:52:58 +0800
committerChristian Persch <chpe@src.gnome.org>2004-12-17 04:52:58 +0800
commitfb9a15960ab8001fa51ecb794afda2738e8de4b0 (patch)
tree78943c1122617b7eb641f943e4931859d744e63b /ChangeLog
parent7e75b259439311d98f52fbdd5f1f5e8df47f1a7f (diff)
downloadgsoc2013-epiphany-fb9a15960ab8001fa51ecb794afda2738e8de4b0.tar
gsoc2013-epiphany-fb9a15960ab8001fa51ecb794afda2738e8de4b0.tar.gz
gsoc2013-epiphany-fb9a15960ab8001fa51ecb794afda2738e8de4b0.tar.bz2
gsoc2013-epiphany-fb9a15960ab8001fa51ecb794afda2738e8de4b0.tar.lz
gsoc2013-epiphany-fb9a15960ab8001fa51ecb794afda2738e8de4b0.tar.xz
gsoc2013-epiphany-fb9a15960ab8001fa51ecb794afda2738e8de4b0.tar.zst
gsoc2013-epiphany-fb9a15960ab8001fa51ecb794afda2738e8de4b0.zip
Implement context menu on tray icon, as per HIG. Fixes bug #152903.
2004-12-16 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (show_downloader_cb), (status_icon_popup_menu_cb), (show_status_icon): * lib/egg/eggstatusicon.c: (egg_status_icon_class_init), (egg_status_icon_init), (egg_status_icon_finalize), (emit_activate_signal), (emit_popup_menu_signal), (egg_status_icon_size_allocate), (egg_status_icon_button_press), (egg_status_icon_set_tooltip): * lib/egg/eggstatusicon.h: * lib/ephy-gui.c: (ephy_gui_menu_position_under_widget), (ephy_gui_menu_position_on_panel): * lib/ephy-gui.h: Implement context menu on tray icon, as per HIG. Fixes bug #152903.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f357eb75e..2e7a32444 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2004-12-16 Christian Persch <chpe@cvs.gnome.org>
+ * embed/downloader-view.c: (show_downloader_cb),
+ (status_icon_popup_menu_cb), (show_status_icon):
+ * lib/egg/eggstatusicon.c: (egg_status_icon_class_init),
+ (egg_status_icon_init), (egg_status_icon_finalize),
+ (emit_activate_signal), (emit_popup_menu_signal),
+ (egg_status_icon_size_allocate), (egg_status_icon_button_press),
+ (egg_status_icon_set_tooltip):
+ * lib/egg/eggstatusicon.h:
+ * lib/ephy-gui.c: (ephy_gui_menu_position_under_widget),
+ (ephy_gui_menu_position_on_panel):
+ * lib/ephy-gui.h:
+
+ Implement context menu on tray icon, as per HIG. Fixes bug #152903.
+
+2004-12-16 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-history-window.c: (confirmation_dialog_construct):
Add stock icon to the "Clear" button.