[gnome-builder] search: initialize gtk from test tool
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] search: initialize gtk from test tool
- Date: Sun, 19 Apr 2015 06:28:18 +0000 (UTC)
commit fe1d341c0c018aa1dc8e47bc246a1b789eb9619a
Author: Christian Hergert <christian hergert me>
Date: Sat Apr 18 23:21:42 2015 -0700
search: initialize gtk from test tool
tools/ide-search.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tools/ide-search.c b/tools/ide-search.c
index f9fb53c..f0d3173 100644
--- a/tools/ide-search.c
+++ b/tools/ide-search.c
@@ -113,6 +113,7 @@ main (gint argc,
g_set_prgname ("ide-search");
context = g_option_context_new (_("PROJECT_FILE [SEARCH TERMS...]"));
+ g_option_context_add_group (context, gtk_get_option_group (TRUE));
if (!g_option_context_parse (context, &argc, &argv, &error))
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]