seahorse r2666 - in seahorse-plugins/trunk: . plugins/applet
- From: sadam svn gnome org
- To: svn-commits-list gnome org
- Subject: seahorse r2666 - in seahorse-plugins/trunk: . plugins/applet
- Date: Mon, 15 Dec 2008 04:45:00 +0000 (UTC)
Author: sadam
Date: Mon Dec 15 04:45:00 2008
New Revision: 2666
URL: http://svn.gnome.org/viewvc/seahorse?rev=2666&view=rev
Log:
2008-12-14 Adam Schreiber <sadam clemson edu>
* plugins/applet/seahorse-applet.c: Remove call to gnome_url_show
Modified:
seahorse-plugins/trunk/ChangeLog
seahorse-plugins/trunk/plugins/applet/seahorse-applet.c
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 Mon Dec 15 04:45:00 2008
@@ -25,7 +25,6 @@
#include <stdlib.h>
#include <glib/gi18n.h>
-#include <gnome.h>
#include <panel-applet.h>
@@ -272,7 +271,7 @@
GtkWidget *dialog;
GError *error = NULL;
- if (!gnome_url_show (url, &error)) {
+ if (!g_app_info_launch_default_for_uri (url, NULL, &error)) {
dialog = gtk_message_dialog_new (GTK_WINDOW (about), GTK_DIALOG_MODAL,
GTK_MESSAGE_ERROR, GTK_BUTTONS_OK,
_("Could not display URL: %s"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]