SOURCES (DEVEL): gnome-applets-use-liboobs.patch - 2.21.2 - use --...

patrys patrys at pld-linux.org
Wed Dec 19 23:20:58 CET 2007


Author: patrys                       Date: Wed Dec 19 22:20:58 2007 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- 2.21.2
- use --with-omf

---- Files affected:
SOURCES:
   gnome-applets-use-liboobs.patch (1.1 -> 1.1.4.1) 

---- Diffs:

================================================================
Index: SOURCES/gnome-applets-use-liboobs.patch
diff -u SOURCES/gnome-applets-use-liboobs.patch:1.1 SOURCES/gnome-applets-use-liboobs.patch:1.1.4.1
--- SOURCES/gnome-applets-use-liboobs.patch:1.1	Sun Jun 10 13:51:15 2007
+++ SOURCES/gnome-applets-use-liboobs.patch	Wed Dec 19 23:20:53 2007
@@ -154,40 +154,6 @@
  static const BonoboUIVerb menu_verbs[] = {
    BONOBO_UI_UNSAFE_VERB ("Activate",   on_modem_applet_activate),
    BONOBO_UI_UNSAFE_VERB ("Deactivate", on_modem_applet_deactivate),
-@@ -150,32 +103,7 @@
-   BONOBO_UI_VERB_END
- };
- 
--static GType
--modem_applet_get_type (void)
--{
--  static GType type = 0;
--
--  if (!type)
--    {
--      static const GTypeInfo info =
--        {
--	  sizeof (ModemAppletClass),
--	  NULL,		/* base_init */
--	  NULL,		/* base_finalize */
--	  (GClassInitFunc) modem_applet_class_init,
--	  NULL,		/* class_finalize */
--	  NULL,		/* class_data */
--	  sizeof (ModemApplet),
--	  0,		/* n_preallocs */
--	  (GInstanceInitFunc) modem_applet_init,
--	};
--
--      type = g_type_register_static (PANEL_TYPE_APPLET, "ModemApplet",
--				     &info, 0);
--    }
--
--  return type;
--}
-+G_DEFINE_TYPE (ModemApplet, modem_applet, PANEL_TYPE_APPLET);
- 
- static void
- modem_applet_class_init (ModemAppletClass *class)
 @@ -185,8 +113,7 @@
  
    object_class = G_OBJECT_CLASS (class);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gnome-applets-use-liboobs.patch?r1=1.1&r2=1.1.4.1&f=u



More information about the pld-cvs-commit mailing list