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 /lib/egg/Makefile.am | |
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 'lib/egg/Makefile.am')
-rw-r--r-- | lib/egg/Makefile.am | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/egg/Makefile.am b/lib/egg/Makefile.am index cf04e9bda..bb50e0915 100644 --- a/lib/egg/Makefile.am +++ b/lib/egg/Makefile.am @@ -2,19 +2,13 @@ EGGSOURCES = \ eggtreemultidnd.c \ egg-editable-toolbar.c \ egg-toolbars-model.c \ - egg-toolbar-editor.c \ - eggstatusicon.c \ - eggtrayicon.c \ - eggtraymanager.c + egg-toolbar-editor.c EGGHEADERS = \ eggtreemultidnd.h \ egg-editable-toolbar.h \ egg-toolbars-model.h \ - egg-toolbar-editor.h \ - eggstatusicon.h \ - eggtrayicon.h \ - eggtraymanager.h + egg-toolbar-editor.h noinst_HEADERS = \ $(EGGHEADERS) \ |