[Xfce4-commits] [apps/xfce4-taskmanager] 10/10: include the gtk3 generated ui file when building against gtk3. This way both flavors build
noreply at xfce.org
noreply at xfce.org
Thu Dec 11 23:30:50 CET 2014
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch landry/gtk3
in repository apps/xfce4-taskmanager.
commit f3149fa2c12027dc866309c270ba329fd73603e3
Author: Landry Breuil <landry at xfce.org>
Date: Thu Dec 11 23:30:29 2014 +0100
include the gtk3 generated ui file when building against gtk3. This way both flavors build
---
src/process-window.c | 4 ++++
src/settings-dialog.c | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/src/process-window.c b/src/process-window.c
index 4be696d..1621b34 100644
--- a/src/process-window.c
+++ b/src/process-window.c
@@ -22,7 +22,11 @@
#include "settings.h"
#include "process-window.h"
+#ifdef HAVE_GTK3
+#include "process-window-gtk3_ui.h"
+#else
#include "process-window_ui.h"
+#endif
#include "process-monitor.h"
#include "process-tree-view.h"
#include "process-statusbar.h"
diff --git a/src/settings-dialog.c b/src/settings-dialog.c
index ae56f36..203cbc6 100644
--- a/src/settings-dialog.c
+++ b/src/settings-dialog.c
@@ -17,7 +17,11 @@
#include "settings.h"
#include "settings-dialog.h"
+#ifdef HAVE_GTK3
+#include "settings-dialog-gtk3_ui.h"
+#else
#include "settings-dialog_ui.h"
+#endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list