[Goodies-commits] r3718 - xfce4-smartpm-plugin/trunk/src

Anders F Bjorklund afb at xfce.org
Sun Dec 16 18:14:44 CET 2007


Author: afb
Date: 2007-12-16 17:14:44 +0000 (Sun, 16 Dec 2007)
New Revision: 3718

Modified:
   xfce4-smartpm-plugin/trunk/src/xfcesmart.c
Log:
show link to plugin rather than smart

Modified: xfce4-smartpm-plugin/trunk/src/xfcesmart.c
===================================================================
--- xfce4-smartpm-plugin/trunk/src/xfcesmart.c	2007-12-16 16:20:47 UTC (rev 3717)
+++ xfce4-smartpm-plugin/trunk/src/xfcesmart.c	2007-12-16 17:14:44 UTC (rev 3718)
@@ -1312,7 +1312,7 @@
       g_free(s);
 
       if (G_UNLIKELY (result == FALSE))
-        g_warning (_("Unable to open the following url: %s"), SMART_WEBSITE);
+        g_warning (_("Unable to open the following url: %s"), website);
     }
   else if (response == GTK_RESPONSE_ACCEPT)
     {
@@ -1521,7 +1521,7 @@
               _("Check for updates using the Smart Package Manager"),
               XFCE_COPYRIGHT_TEXT("2007", "Anders F Bjorklund"),
               XFCE_LICENSE_GPL);
-  xfce_about_info_set_homepage(info, SMART_WEBSITE);
+  xfce_about_info_set_homepage(info, "http://goodies.xfce.org/projects/panel-plugins/xfce4-smartpm-plugin");
 
   icon = xfce_themed_icon_load("xfce4-smart", 48);
 




More information about the Goodies-commits mailing list