[gnome-applets] null_applet: remove



commit b62a72c582f627ea662bee63ec54c8d88656de91
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Sep 20 18:56:04 2014 +0300

    null_applet: remove
    
    - It does not work!. It is added to panel, but will never check for obsolete
      applets, because of incorrect factory id - "NullApplet" set in
      PANEL_APPLET_OUT_PROCESS_FACTORY. It should be "NullAppletFactory".
    - With correct factory id applet will be added, but it will show dialog
      every time when panel will be started or restarted. Also there will be
      small 1x1px visual point on panel in place where it was added.
    - It is using GConf, but GNOME Panel does not store configuration in gconf
      anymore.
    - This applet used to check for BonoboId, but BonoboId is not used anymore.

 Makefile.am                                        |    6 +-
 configure.ac                                       |    1 -
 null_applet/Makefile.am                            |   41 -----
 null_applet/README                                 |   29 ---
 null_applet/null_applet.c                          |  180 --------------------
 null_applet/null_applet.h                          |   50 ------
 ...org.gnome.applets.NullApplet.panel-applet.in.in |   15 --
 ...gnome.panel.applet.NullAppletFactory.service.in |    3 -
 po/POTFILES.in                                     |    2 -
 9 files changed, 2 insertions(+), 325 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d3faf18..9f000db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,8 +45,7 @@ always_built_SUBDIRS =  \
        drivemount      \
        geyes           \
        stickynotes     \
-       trashapplet     \
-       null_applet
+       trashapplet
 
 SUBDIRS = \
        po                      \
@@ -78,8 +77,7 @@ DIST_SUBDIRS = \
        trashapplet     \
        cpufreq         \
        invest-applet   \
-       mixer           \
-       null_applet
+       mixer
 
 EXTRA_DIST = \
        MAINTAINERS                     \
diff --git a/configure.ac b/configure.ac
index 21598ca..5788ef0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -672,7 +672,6 @@ mixer/Makefile
 modemlights/Makefile
 multiload/help/Makefile
 multiload/Makefile
-null_applet/Makefile
 stickynotes/help/Makefile
 stickynotes/Makefile
 stickynotes/pixmaps/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 1cd9790..1146b12 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -78,8 +78,6 @@ multiload/multiload.schemas.in
 multiload/netspeed.c
 [type: gettext/ini]multiload/org.gnome.applets.MultiLoadApplet.panel-applet.in.in
 multiload/properties.c
-null_applet/null_applet.c
-# NB. these are actually separate files
 [type: gettext/ini]stickynotes/org.gnome.applets.StickyNotesApplet.panel-applet.in.in
 stickynotes/stickynotes.c
 [type: gettext/glade]stickynotes/stickynotes.ui


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