[gnome-bluetooth] help: Remove outdated end-user documentation



commit c62f33f8c2a711939a0b8577927c89127dce5c95
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Apr 21 16:59:29 2015 +0200

    help: Remove outdated end-user documentation
    
    The wizard and device managers were merged, and now live in
    gnome-control-center. The applet's functionality is now directly in
    gnome-shell. gnome-control-center and gnome-shell's docs (in
    gnome-user-docs) are mostly current for more recent versions of GNOME.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=747350

 Makefile.am                              |    6 -
 configure.ac                             |    3 -
 help/C/figures/bluetooth-applet.png      |  Bin 16774 -> 0 bytes
 help/C/figures/bluetooth-properties.png  |  Bin 26776 -> 0 bytes
 help/C/figures/bluetooth-wizard.png      |  Bin 25383 -> 0 bytes
 help/C/index.docbook                     |  454 -----------------
 help/C/legal.xml                         |   73 ---
 help/ChangeLog                           |   20 -
 help/Makefile.am                         |   10 -
 help/ca/ca.po                            |  782 -----------------------------
 help/cs/cs.po                            |  701 --------------------------
 help/cs/figures/bluetooth-applet.png     |  Bin 31377 -> 0 bytes
 help/cs/figures/bluetooth-properties.png |  Bin 47380 -> 0 bytes
 help/cs/figures/bluetooth-wizard.png     |  Bin 41743 -> 0 bytes
 help/da/da.po                            |  432 ----------------
 help/de/de.po                            |  721 ---------------------------
 help/de/figures/bluetooth-applet.png     |  Bin 8956 -> 0 bytes
 help/de/figures/bluetooth-properties.png |  Bin 27801 -> 0 bytes
 help/de/figures/bluetooth-wizard.png     |  Bin 34998 -> 0 bytes
 help/el/el.po                            |  765 ----------------------------
 help/es/es.po                            |  764 ----------------------------
 help/fi/fi.po                            |  801 ------------------------------
 help/fr/figures/bluetooth-applet.png     |  Bin 24762 -> 0 bytes
 help/fr/figures/bluetooth-properties.png |  Bin 21241 -> 0 bytes
 help/fr/figures/bluetooth-wizard.png     |  Bin 21055 -> 0 bytes
 help/fr/fr.po                            |  749 ----------------------------
 help/gl/gl.po                            |  753 ----------------------------
 help/gnome-bluetooth.omf.in              |   13 -
 help/hu/hu.po                            |  784 -----------------------------
 help/id/id.po                            |  709 --------------------------
 help/ko/ko.po                            |  771 ----------------------------
 help/pa/pa.po                            |  526 --------------------
 help/pt_BR/pt_BR.po                      |  715 --------------------------
 help/ro/figures/bluetooth-applet.png     |  Bin 99414 -> 0 bytes
 help/ro/figures/bluetooth-properties.png |  Bin 40132 -> 0 bytes
 help/ro/figures/bluetooth-wizard.png     |  Bin 42844 -> 0 bytes
 help/ro/ro.po                            |  685 -------------------------
 help/ru/ru.po                            |  712 --------------------------
 help/sl/sl.po                            |  365 --------------
 help/sv/sv.po                            |  687 -------------------------
 help/te/te.po                            |  526 --------------------
 help/th/th.po                            |  631 -----------------------
 help/zh_CN/zh_CN.po                      |  612 -----------------------
 help/zh_HK/zh_HK.po                      |  511 -------------------
 help/zh_TW/zh_TW.po                      |  577 ---------------------
 lib/bluetooth-settings-widget.c          |    4 +-
 46 files changed, 2 insertions(+), 15860 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 9253148..63f3acb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,11 +1,5 @@
-DEF_SUBDIRS = icons lib sendto docs po help
-
 SUBDIRS = icons lib sendto docs po
 
-if ENABLE_DOCUMENTATION
-SUBDIRS += help
-endif
-
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 EXTRA_DIST = intltool-extract.in intltool-update.in intltool-merge.in ChangeLog.pre-2.27 gtk-doc.make
diff --git a/configure.ac b/configure.ac
index f63718e..69f6583 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,8 +111,6 @@ AC_ARG_ENABLE([documentation],
        [], [enable_documentation=yes])
 AM_CONDITIONAL(ENABLE_DOCUMENTATION, test x$enable_documentation = xyes)
 
-YELP_HELP_INIT
-
 AC_OUTPUT(Makefile
          gnome-bluetooth-1.0.pc
          icons/Makefile
@@ -124,7 +122,6 @@ AC_OUTPUT(Makefile
          docs/reference/libgnome-bluetooth/Makefile
          docs/reference/libgnome-bluetooth/version.xml
          po/Makefile.in
-         help/Makefile
 )
 
 echo "
diff --git a/lib/bluetooth-settings-widget.c b/lib/bluetooth-settings-widget.c
index e3475b1..eb00b19 100644
--- a/lib/bluetooth-settings-widget.c
+++ b/lib/bluetooth-settings-widget.c
@@ -1273,10 +1273,10 @@ default_adapter_changed (BluetoothClient  *client,
        BluetoothSettingsWidgetPrivate *priv = BLUETOOTH_SETTINGS_WIDGET_GET_PRIVATE (self);
        char *default_adapter;
 
-       g_debug ("Default adapter changed");
-
        g_object_get (priv->client, "default-adapter", &default_adapter, NULL);
 
+       g_debug ("Default adapter changed to: %s", default_adapter ? default_adapter : "(none)");
+
        g_object_set (G_OBJECT (client), "default-adapter-discovering", default_adapter != NULL, NULL);
 
        /* FIXME: This should turn off automatically when


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]