[gtk+] gtk-demo: Fix the path to demo sources for the win32 build
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gtk-demo: Fix the path to demo sources for the win32 build
- Date: Sun, 14 Aug 2011 12:20:01 +0000 (UTC)
commit d86c1486ba3907f1cb2e9f06d0902194623d2151
Author: Kalev Lember <kalevlember gmail com>
Date: Sun Aug 14 15:14:14 2011 +0300
gtk-demo: Fix the path to demo sources for the win32 build
demos/gtk-demo/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/demos/gtk-demo/main.c b/demos/gtk-demo/main.c
index 87fc879..aa3b871 100644
--- a/demos/gtk-demo/main.c
+++ b/demos/gtk-demo/main.c
@@ -45,7 +45,7 @@ get_democodedir (void)
if (result == NULL)
result = "unknown-location";
- result = g_strconcat (result, "\\share\\gtk-2.0\\demo", NULL);
+ result = g_strconcat (result, "\\share\\gtk-3.0\\demo", NULL);
}
return result;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]