mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 17:30:17 +01:00
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:
parent
2fe273b862
commit
bcfed49323
1 changed files with 8 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue