[gnome-applets/wip/gnome-3.10+: 30/48] null_applet: remove



commit 7e55927ee83bffadd4afca1fa3853baa87afabd7
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Tue Jul 8 16:18:34 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" if it will
      be re-added in future.
    - 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 now gnome-applets will use GSettings.
    - 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                                     |    1 -
 po/POTFILES.skip                                   |    1 -
 10 files changed, 2 insertions(+), 325 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2b62799..0573987 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,8 +42,7 @@ always_built_SUBDIRS =  \
        geyes           \
        mini-commander  \
        stickynotes     \
-       trashapplet     \
-       null_applet
+       trashapplet
 
 SUBDIRS = \
        po                      \
@@ -74,8 +73,7 @@ DIST_SUBDIRS = \
        trashapplet     \
        cpufreq         \
        invest-applet   \
-       mixer           \
-       null_applet
+       mixer
 
 EXTRA_DIST = \
        MAINTAINERS                     \
diff --git a/configure.ac b/configure.ac
index f1efd3b..1448963 100644
--- a/configure.ac
+++ b/configure.ac
@@ -714,7 +714,6 @@ mixer/Makefile
 modemlights/Makefile
 multiload/help/Makefile
 multiload/Makefile
-null_applet/Makefile
 stickynotes/data/Makefile
 stickynotes/help/Makefile
 stickynotes/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index c820939..c1cd13e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -84,7 +84,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
 [type: gettext/ini]stickynotes/org.gnome.applets.StickyNotesApplet.panel-applet.in.in
 stickynotes/stickynotes.c
 [type: gettext/glade]stickynotes/stickynotes.ui
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index d0102ae..15c9ff9 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -22,7 +22,6 @@ mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in
 mixer/org.gnome.applets.MixerApplet.panel-applet.in
 modemlights/org.gnome.applets.ModemApplet.panel-applet.in
 multiload/org.gnome.applets.MultiLoadApplet.panel-applet.in
-null_applet/GNOME_NullApplet_Factory.server.in
 stickynotes/org.gnome.applets.StickyNotesApplet.panel-applet.in
 stickynotes/org.gnome.gnome-applets.stickynotes.gschema.xml.in
 trashapplet/org.gnome.applets.TrashApplet.panel-applet.in


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