diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-09-15 08:19:09 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-09-15 08:19:09 (GMT) |
commit | 944fc0a5638bfe77fc65e514fbdd945d8a652635 (patch) | |
tree | caad1d6c5f001dd02380aa2fae0c6dc8d67d9b60 /src/gui | |
parent | 09d07908465d462101d27ecb1b60df52d63bbe5d (diff) |
Shown all Android permissions with links to the code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@262 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/Makefile.am | 3 | ||||
-rw-r--r-- | src/gui/menus/Makefile.am | 2 | ||||
-rw-r--r-- | src/gui/panels/panel.c | 2 |
3 files changed, 2 insertions, 5 deletions
diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am index 24ba5e5..c0a03f0 100644 --- a/src/gui/Makefile.am +++ b/src/gui/Makefile.am @@ -8,8 +8,7 @@ libgui_la_SOURCES = \ libgui_la_LIBADD = \ menus/libguimenus.la \ panels/libguipanels.la \ - tb/libguitb.la \ - ../dialogs/libdialogs.la + tb/libguitb.la libgui_la_LDFLAGS = diff --git a/src/gui/menus/Makefile.am b/src/gui/menus/Makefile.am index 0f41d14..3aebdc0 100644 --- a/src/gui/menus/Makefile.am +++ b/src/gui/menus/Makefile.am @@ -12,7 +12,7 @@ libguimenus_la_SOURCES = \ libguimenus_la_LDFLAGS = -libguimenus_LIBADD = $(LIBINTL) \ +libguimenus_la_LIBADD = $(LIBINTL) \ ../../dialogs/libdialogs.la diff --git a/src/gui/panels/panel.c b/src/gui/panels/panel.c index f70a1ab..dc6a89f 100644 --- a/src/gui/panels/panel.c +++ b/src/gui/panels/panel.c @@ -669,6 +669,4 @@ static void rebuild_panels_interface(const panel_node *current) } - //g_object_unref(G_OBJECT(widget)); - } |