Don't include eggtrayicon.c when using GtkStatusIcon

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2151 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2006-12-03 05:11:40 +00:00
parent 2fe273b862
commit bcfed49323

View file

@ -31,9 +31,16 @@
#include <glade/glade.h>
#include <dbus/dbus.h>
#include <dbus/dbus-glib.h>
#include "eggtrayicon.h"
#include <net/ethernet.h>
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
#endif
#ifndef HAVE_STATUS_ICON
#include "eggtrayicon.h"
#endif
#include "nm-device.h"
#include "wireless-network.h"
#include "dbus-method-dispatcher.h"