aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_statusbar.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-11-10 18:02:05 +0000
committerGerald Combs <gerald@wireshark.org>2009-11-10 18:02:05 +0000
commit3d40778d1bb575a0bcac787584801e867fe5ea0a (patch)
tree0c4516a5389ae773788b20ac3220ed2318073b60 /gtk/main_statusbar.c
parent0809a44555105d738821781b639d5ee88035a184 (diff)
Move the contents of image/expert_*.h to gtk/expert_indicators.h. Add
pixbuf versions of the wired, wireless, and bluetooth interface icons to gtk/network_icons.h. In the interface list use the new icons in all their alpha-channel-infested glory. Add Makefile targets for rebuilding the pixbuf files. svn path=/trunk/; revision=30922
Diffstat (limited to 'gtk/main_statusbar.c')
-rw-r--r--gtk/main_statusbar.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/gtk/main_statusbar.c b/gtk/main_statusbar.c
index da7006e9e3..e6d50e4b29 100644
--- a/gtk/main_statusbar.c
+++ b/gtk/main_statusbar.c
@@ -55,17 +55,7 @@
#include "gtk/expert_comp_dlg.h"
#include "gtk/profile_dlg.h"
#include "gtk/main_welcome.h"
-
-/* Created with
- * for elevel in chat error none note warn ; do
- * gdk-pixbuf-csource --raw --name=expert_${elevel}_pb_data expert_$elevel.png > expert_$elevel.h
- * done
- */
-#include "../image/expert_error.h"
-#include "../image/expert_warn.h"
-#include "../image/expert_note.h"
-#include "../image/expert_chat.h"
-#include "../image/expert_none.h"
+#include "gtk/expert_indicators.h"
/*
* The order below defines the priority of info bar contexts.