diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-03-20 23:45:25 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-03-20 23:45:25 +0800 |
commit | c502325d46776394ad1208a7ec44f8a91dad30f8 (patch) | |
tree | a4b1ceba38f2aba4fbad5999866a648162e86d53 /ChangeLog | |
parent | 6ea171cfee81802366862fee5e15c65d3c393c57 (diff) | |
download | gsoc2013-epiphany-c502325d46776394ad1208a7ec44f8a91dad30f8.tar gsoc2013-epiphany-c502325d46776394ad1208a7ec44f8a91dad30f8.tar.gz gsoc2013-epiphany-c502325d46776394ad1208a7ec44f8a91dad30f8.tar.bz2 gsoc2013-epiphany-c502325d46776394ad1208a7ec44f8a91dad30f8.tar.lz gsoc2013-epiphany-c502325d46776394ad1208a7ec44f8a91dad30f8.tar.xz gsoc2013-epiphany-c502325d46776394ad1208a7ec44f8a91dad30f8.tar.zst gsoc2013-epiphany-c502325d46776394ad1208a7ec44f8a91dad30f8.zip |
Use GtkStatusIcon.
2006-03-20 Christian Persch <chpe@cvs.gnome.org>
* embed/downloader-view.c: (status_icon_popup_menu_cb),
(show_status_icon), (downloader_view_init),
(downloader_view_finalize), (update_status_icon),
(download_changed_cb), (downloader_view_add_download),
(downloader_view_remove_download),
(download_dialog_delete_event_cb):
Use GtkStatusIcon.
* lib/egg/Makefile.am:
* lib/egg/eggstatusicon.c:
* lib/egg/eggstatusicon.h:
* lib/egg/eggtrayicon.c:
* lib/egg/eggtrayicon.h:
* lib/egg/eggtraymanager.c:
* lib/egg/eggtraymanager.h:
Remove egg status icons files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2006-03-20 Christian Persch <chpe@cvs.gnome.org> + + * embed/downloader-view.c: (status_icon_popup_menu_cb), + (show_status_icon), (downloader_view_init), + (downloader_view_finalize), (update_status_icon), + (download_changed_cb), (downloader_view_add_download), + (downloader_view_remove_download), + (download_dialog_delete_event_cb): + + Use GtkStatusIcon. + + * lib/egg/Makefile.am: + * lib/egg/eggstatusicon.c: + * lib/egg/eggstatusicon.h: + * lib/egg/eggtrayicon.c: + * lib/egg/eggtrayicon.h: + * lib/egg/eggtraymanager.c: + * lib/egg/eggtraymanager.h: + + Remove egg status icons files. + 2006-03-19 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/EphySidebar.cpp: |