[gtk+] Fix broken quartz build due to deprecation of gtkstock.h
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix broken quartz build due to deprecation of gtkstock.h
- Date: Sat, 27 Jul 2013 21:27:23 +0000 (UTC)
commit b80625a42531d4ea6313c4fe40e693a04f05193e
Author: John Ralls <jralls ceridwen us>
Date: Sat Jul 27 14:24:53 2013 -0700
Fix broken quartz build due to deprecation of gtkstock.h
gtk/gtkdnd-quartz.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkdnd-quartz.c b/gtk/gtkdnd-quartz.c
index f7d42f4..fd8f2cc 100644
--- a/gtk/gtkdnd-quartz.c
+++ b/gtk/gtkdnd-quartz.c
@@ -35,7 +35,7 @@
#include "gtkimageprivate.h"
#include "gtkinvisible.h"
#include "gtkmain.h"
-#include "gtkstock.h"
+#include "deprecated/gtkstock.h"
#include "gtkwindow.h"
#include "gtkintl.h"
#include "gtkquartz.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]