Blame SOURCES/ibus-m17n-fix-data-location.patch
|
|
026c9d |
From b0e03bac1f3b420ac1b7ac76d6008dd4ed942cbf Mon Sep 17 00:00:00 2001
|
|
|
026c9d |
From: Daiki Ueno <ueno@unixuser.org>
|
|
|
026c9d |
Date: Mon, 13 May 2013 15:45:33 +0900
|
|
|
026c9d |
Subject: [PATCH] Fix ibus-m17n-preferences.ui location
|
|
|
026c9d |
|
|
|
026c9d |
---
|
|
|
026c9d |
src/setup.c | 2 +-
|
|
|
026c9d |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
026c9d |
|
|
|
026c9d |
diff --git a/src/setup.c b/src/setup.c
|
|
|
026c9d |
index 513fabf..4de8fb1 100644
|
|
|
026c9d |
--- a/src/setup.c
|
|
|
026c9d |
+++ b/src/setup.c
|
|
|
026c9d |
@@ -570,7 +570,7 @@ setup_dialog_new (IBusConfig *config,
|
|
|
026c9d |
|
|
|
026c9d |
error = NULL;
|
|
|
026c9d |
if (gtk_builder_add_from_file (builder,
|
|
|
026c9d |
- PKGDATADIR "setup/ibus-m17n-preferences.ui",
|
|
|
026c9d |
+ PKGDATADIR "/setup/ibus-m17n-preferences.ui",
|
|
|
026c9d |
&error) == 0) {
|
|
|
026c9d |
g_warning ("can't read ibus-m17n-preferences.ui: %s",
|
|
|
026c9d |
error->message);
|
|
|
026c9d |
--
|
|
|
026c9d |
1.8.1.4
|
|
|
026c9d |
|