diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-07-21 00:37:22 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-07-21 00:37:22 +0800 |
commit | 3e0962231032ae53af4310b43dbced810cdc6100 (patch) | |
tree | e7bfe2770560af84dd93b0d8984d352ae2594088 /widgets/misc/Makefile.am | |
parent | 9e7083dc3eaff94716693feab05f3c0bb2ede551 (diff) | |
download | gsoc2013-evolution-3e0962231032ae53af4310b43dbced810cdc6100.tar.gz gsoc2013-evolution-3e0962231032ae53af4310b43dbced810cdc6100.tar.zst gsoc2013-evolution-3e0962231032ae53af4310b43dbced810cdc6100.zip |
** Fixes bug #542587
2008-07-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #542587
* shell/e-shell-window.c: Use new EOnlineButton widget.
* widgets/misc/e-online-button.c:
* widgets/misc/e-online-button.h:
New widget implements the online/offline button used in the main
window. The button just maintains an "online" flag and displays
the appropriate button image for the flag.
svn path=/trunk/; revision=35777
Diffstat (limited to 'widgets/misc/Makefile.am')
-rw-r--r-- | widgets/misc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index bb3d131ffb..95acd8b929 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -57,6 +57,7 @@ widgetsinclude_HEADERS = \ e-info-label.h \ e-map.h \ e-multi-config-dialog.h \ + e-online-button.h \ e-search-bar.h \ e-task-bar.h \ e-task-widget.h \ @@ -104,6 +105,7 @@ libemiscwidgets_la_SOURCES = \ e-info-label.c \ e-map.c \ e-multi-config-dialog.c \ + e-online-button.c \ e-search-bar.c \ e-task-bar.c \ e-task-widget.c \ |