diff options
author | Ted Gould <ted@gould.cx> | 2013-08-26 21:52:55 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-08-26 21:52:55 -0500 |
commit | d355442ae1233984a6051cc1e259e7cfe15619d3 (patch) | |
tree | 34ee27c492047081e55b29fe3c6076b8e69c2000 /src | |
parent | 4ad5794ab0dd8f72aee4b2b12a8c128c1b8d9da2 (diff) | |
download | ayatana-indicator-messages-d355442ae1233984a6051cc1e259e7cfe15619d3.tar.gz ayatana-indicator-messages-d355442ae1233984a6051cc1e259e7cfe15619d3.tar.bz2 ayatana-indicator-messages-d355442ae1233984a6051cc1e259e7cfe15619d3.zip |
Use the local version instead of the version from libindicator
Diffstat (limited to 'src')
-rw-r--r-- | src/app-section.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app-section.c b/src/app-section.c index 7d41c27..1a475f4 100644 --- a/src/app-section.c +++ b/src/app-section.c @@ -28,7 +28,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <glib/gi18n.h> #include <gio/gdesktopappinfo.h> #include <gio/gio.h> -#include <libindicator/indicator-desktop-shortcuts.h> +#include "indicator-desktop-shortcuts.h" #include "app-section.h" #include "dbus-data.h" #include "gmenuutils.h" |