[gtkmm] Demos: Fix Demo Data Path on Windows
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Demos: Fix Demo Data Path on Windows
- Date: Thu, 18 Sep 2014 11:05:47 +0000 (UTC)
commit b9e313cada71f9d751684b1e6300532f4992a5ef
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Thu Sep 18 14:08:49 2014 +0800
Demos: Fix Demo Data Path on Windows
The relocatable data path for the gtkmm demos was still set in the
gtkmm-2.x days. Update the path so that gtkmm-2.x and gtkmm-3.x can be
really parallel-installed on Windows in the same root path.
* demos/gtk-demo/demo-common.cc: Update the relocatable demo data
path for Windows so that we don't have to fight for the same
space with gtkmm-2.x.
https://bugzilla.gnome.org/show_bug.cgi?id=736846
demos/gtk-demo/demo-common.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/demos/gtk-demo/demo-common.cc b/demos/gtk-demo/demo-common.cc
index 0c86ebc..b67341a 100644
--- a/demos/gtk-demo/demo-common.cc
+++ b/demos/gtk-demo/demo-common.cc
@@ -19,7 +19,7 @@ get_democodedir(void)
if (result == NULL)
result = "unknown-location";
- result = g_strconcat (result, "\\share\\gtkmm-2.4\\demo", NULL);
+ result = g_strconcat (result, "\\share\\gtkmm-3.0\\demo", NULL);
}
return result;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]