Add a convenience routine to convert pixbuf data generated by
authorGerald Combs <gerald@wireshark.org>
Wed, 4 Nov 2009 21:16:38 +0000 (21:16 -0000)
committerGerald Combs <gerald@wireshark.org>
Wed, 4 Nov 2009 21:16:38 +0000 (21:16 -0000)
commitd54eea534ea258db21b14933202ec8aefa2f66e9
tree6fc1f8c82699f6ea4ca658e9dc8af63480ad49b3
parentcd0147c0047bb13426fced79af28c6d49dbc975f
Add a convenience routine to convert pixbuf data generated by
gdk-pixbuf-csource to a GtkImage. Use it to load the expert indicator
images. Add prettier indicator images. The "chat" indicator is more blue
in order to differentiate it from the "none" indicator; make the chat
text background more blue to match.

svn path=/trunk/; revision=30825
22 files changed:
Makefile.am
gtk/Makefile.common
gtk/gui_utils.c
gtk/gui_utils.h
gtk/main_proto_draw.c
gtk/main_statusbar.c
image/expert_chat.h [new file with mode: 0644]
image/expert_chat.png [new file with mode: 0644]
image/expert_chat.xpm [deleted file]
image/expert_error.h [new file with mode: 0644]
image/expert_error.png [new file with mode: 0644]
image/expert_error.xpm [deleted file]
image/expert_indicators.svg [new file with mode: 0644]
image/expert_none.h [new file with mode: 0644]
image/expert_none.png [new file with mode: 0644]
image/expert_none.xpm [deleted file]
image/expert_note.h [new file with mode: 0644]
image/expert_note.png [new file with mode: 0644]
image/expert_note.xpm [deleted file]
image/expert_warn.h [new file with mode: 0644]
image/expert_warn.png [new file with mode: 0644]
image/expert_warn.xpm [deleted file]