Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: src/main.c

Issue 6538084: Remove dependency on get-text, gtk2 and gconf2 (Closed) Base URL: http://git.chromium.org/git/ibus-chewing.git@master
Patch Set: Code review fix Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IBusChewingEngine.gob ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/main.c
diff --git a/src/main.c b/src/main.c
index bd0a9bcbfcd8142fb12f1eafc19a567dc6137d6a..f30e5f21b53815069aa23f004585d9213b669f0d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -26,9 +26,10 @@
#include <chewing.h>
#include <glib/gi18n.h>
#include "ibus-chewing-engine.h"
-#include "maker-dialog.h"
+// Chromium change: Remove maker-dialog
+//#include "maker-dialog.h"
-MakerDialog *makerDialog=NULL;
+//MakerDialog *makerDialog=NULL;
static IBusBus *bus = NULL;
static IBusFactory *factory = NULL;
@@ -135,7 +136,8 @@ main (gint argc, gchar *argv[])
{
GError *error = NULL;
GOptionContext *context;
- gtk_init(&argc,&argv);
+ // Chromium change: Remove gtk dependency.
+ //gtk_init(&argc,&argv);
/* Init i18n messages */
setlocale (LC_ALL, "zh_TW.utf8");
« no previous file with comments | « src/IBusChewingEngine.gob ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698