seahorse r2221 - in seahorse-plugins/trunk: . plugins/applet



Author: asaleem
Date: Fri May 30 03:07:36 2008
New Revision: 2221
URL: http://svn.gnome.org/viewvc/seahorse?rev=2221&view=rev

Log:
remove lingering libgnome/ui references

Modified:
   seahorse-plugins/trunk/ChangeLog
   seahorse-plugins/trunk/INSTALL
   seahorse-plugins/trunk/configure.in
   seahorse-plugins/trunk/plugins/applet/seahorse-applet.c

Modified: seahorse-plugins/trunk/INSTALL
==============================================================================
--- seahorse-plugins/trunk/INSTALL	(original)
+++ seahorse-plugins/trunk/INSTALL	Fri May 30 03:07:36 2008
@@ -15,7 +15,6 @@
  - DBUS 0.35 (or later)
  - GPGME 1.x 
  - GnuPG 1.2.x or 1.4.x 
- - libgnome 2.14 (or later)
  - libglade 2.x 
  - GConf 2.x 
  - GnomeVFS 2.x

Modified: seahorse-plugins/trunk/configure.in
==============================================================================
--- seahorse-plugins/trunk/configure.in	(original)
+++ seahorse-plugins/trunk/configure.in	Fri May 30 03:07:36 2008
@@ -30,8 +30,7 @@
 
 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
 
-PKG_CHECK_MODULES(SEAHORSE, libgnome-2.0 >= 2.14 libgnomeui-2.0
-                  libglade-2.0 gconf-2.0 gtk+-2.0 >= 2.10.0 gnome-vfs-2.0)
+PKG_CHECK_MODULES(SEAHORSE, libglade-2.0 gconf-2.0 gtk+-2.0 >= 2.10.0 gio-2.0 gnome-vfs-2.0)
 
 AC_MSG_CHECKING([for some Win32 platform])
 case "$host" in

Modified: seahorse-plugins/trunk/plugins/applet/seahorse-applet.c
==============================================================================
--- seahorse-plugins/trunk/plugins/applet/seahorse-applet.c	(original)
+++ seahorse-plugins/trunk/plugins/applet/seahorse-applet.c	Fri May 30 03:07:36 2008
@@ -1017,11 +1017,9 @@
     textdomain (GETTEXT_PACKAGE);
 
     seahorse_secure_memory_init ();
-    
-    gnome_program_init ("seahorse-applet", VERSION, LIBGNOMEUI_MODULE, argc, argv,
-                        GNOME_CLIENT_PARAM_SM_CONNECT, FALSE,
-                        GNOME_PROGRAM_STANDARD_PROPERTIES, GNOME_PARAM_NONE);
-    
+
+    gtk_init_with_args (&argc, &argv, "seahorse-applet", NULL, GETTEXT_PACKAGE, NULL);
+
     return panel_applet_factory_main ("OAFIID:GNOME_SeahorseApplet_Factory", 
                                       SEAHORSE_TYPE_APPLET, seahorse_applet_factory, NULL);
 }



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