[gnome-applets/wip/gnome-3.10+: 14/29] null_applet: remove



commit 72261e7abd90a6f1d824689d54ed8219621a4e4e
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 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 3c5b56b..4370b66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -691,7 +691,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 74dc1c9..1a7cbe8 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -80,7 +80,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]