[gtk+/wip/gtkmenutrackeritem] Change include style for another file
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/gtkmenutrackeritem] Change include style for another file
- Date: Thu, 9 May 2013 19:08:40 +0000 (UTC)
commit b693e5b4cfff3ac347460a7f1128322cb24be2f7
Author: Ryan Lortie <desrt desrt ca>
Date: Thu May 9 15:08:02 2013 -0400
Change include style for another file
The shell wants to transplant our GtkActionObserver/GtkActionObservable
code now as well, so change to ""-style #includes there.
gtk/gtkactionobservable.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkactionobservable.h b/gtk/gtkactionobservable.h
index b223227..73c54ca 100644
--- a/gtk/gtkactionobservable.h
+++ b/gtk/gtkactionobservable.h
@@ -20,7 +20,7 @@
#ifndef __GTK_ACTION_OBSERVABLE_H__
#define __GTK_ACTION_OBSERVABLE_H__
-#include <gtk/gtkactionobserver.h>
+#include "gtkactionobserver.h"
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]