[anjuta] bgo #696991 - Anjuta widgets do not load up properly in standalone glade
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] bgo #696991 - Anjuta widgets do not load up properly in standalone glade
- Date: Sat, 11 May 2013 20:23:21 +0000 (UTC)
commit 1761f43da8a289ad531956a9423f2def0e8f3c43
Author: Sébastien Granjoux <seb sfo free fr>
Date: Sat May 11 22:12:21 2013 +0200
bgo #696991 - Anjuta widgets do not load up properly in standalone glade
libgladeanjuta was not using libanjuta at all so this dependency is removed.
libanjuta/anjuta-glade-catalog.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/libanjuta/anjuta-glade-catalog.c b/libanjuta/anjuta-glade-catalog.c
index e82ff1f..af37db5 100644
--- a/libanjuta/anjuta-glade-catalog.c
+++ b/libanjuta/anjuta-glade-catalog.c
@@ -9,3 +9,8 @@
#include <libanjuta/anjuta-environment-editor.h>
#include <libanjuta/anjuta-tree-combo.h>
+/* Link to at least one function of libanjuta to keep it as a dependency */
+static void anjuta_glade_unused (void)
+{
+ anjuta_file_list_new();
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]