aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-01-17 00:40:32 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-01-17 00:40:32 +0000
commit8b7477f57ce0760a1bbde7e1d1a97d056cab6afc (patch)
tree4bf34e74d5682c088765f4b171abc8e43adb06b1 /Makefile.am
parentc59c716e7a32d24031e10abcd00d9785cd6a4f1b (diff)
GTK 2.x only: show a slightly different Ethereal main icon while capturing.
I very often forget to stop a running capture, so Ethereal keeps capturing packets on and on, leaving me with a lot of unrequired packets. On the other hand (because of the above) I often maximize Ethereal just to see that it's really not capturing any longer. Looking at the window title isn't of much help, as this title changes with every capture file name loaded, so there's no title which can be easily remembered. We probably might use this icon mechanism as well, when Ethereal loads a (huge) file, so the user get's a more visual feedback when the capture loading is finished (and probably for other potential "lengthy" tasks as well). svn path=/trunk/; revision=17042
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 543c457d8d..f0eb98b2fd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -557,6 +557,9 @@ EXTRA_DIST = \
image/eicon3d32.xpm \
image/eicon3d48.xpm \
image/eicon3d64.xpm \
+ image/eiconcap16.xpm \
+ image/eiconcap32.xpm \
+ image/eiconcap48.xpm \
image/elogo3d48x48.png \
image/ethereal.ico \
image/ethereal.rc.in \