[Xfce4-commits] <parole:master> Correct the project website

Ali Abdallah noreply at xfce.org
Wed Oct 7 13:26:02 CEST 2009


Updating branch refs/heads/master
         to 346982b9ca86b645b19385fa7549ec43e38c2b88 (commit)
       from a2f4478527966321e1d7ae0ee8c359595d772f90 (commit)

commit 346982b9ca86b645b19385fa7549ec43e38c2b88
Author: Ali Abdallah <ali at ali-xfce.org>
Date:   Wed Oct 7 13:25:44 2009 +0000

    Correct the project website

 parole/parole-about.c                  |    7 ++++---
 plugins/properties/stream-properties.c |    2 +-
 plugins/tray/tray-icon.c               |    2 +-
 plugins/window-title/window-title.c    |    2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/parole/parole-about.c b/parole/parole-about.c
index ee36f11..b989100 100644
--- a/parole/parole-about.c
+++ b/parole/parole-about.c
@@ -52,7 +52,7 @@ void  parole_about (const gchar *package)
                                 XFCE_COPYRIGHT_TEXT ("2009", "Ali Abdallah"), 
 				XFCE_LICENSE_GPL);
 
-    xfce_about_info_set_homepage (info, "http://goodies.xfce.org/projects/applications/parole-media-player");
+    xfce_about_info_set_homepage (info, "http://goodies.xfce.org/projects/applications/parole");
     xfce_about_info_add_credit (info, "Ali Abdallah", "aliov at xfce.org", _("Author/Maintainer"));
   
 
@@ -69,11 +69,12 @@ void  parole_about (const gchar *package)
     
     dialog = xfce_about_dialog_new_with_values (NULL, info, icon);
     
-    if (icon)
-	g_object_unref (G_OBJECT (icon));
 	
     gtk_dialog_run (GTK_DIALOG (dialog));
     gtk_widget_destroy (dialog);
 
     xfce_about_info_free (info);
+    
+    if (icon)
+	g_object_unref (G_OBJECT (icon));
 }
diff --git a/plugins/properties/stream-properties.c b/plugins/properties/stream-properties.c
index 5cb6cc7..f49f331 100644
--- a/plugins/properties/stream-properties.c
+++ b/plugins/properties/stream-properties.c
@@ -490,4 +490,4 @@ PAROLE_PLUGIN_CONSTRUCT (construct,                  /* Construct function */
 			 _("Properties"),            /* Title */
 			 _("Read media properties"), /* Description */
 			 "Copyright \302\251 2009 Ali Abdallah aliov at xfce.org",            /* Author */
-			 "http://goodies.xfce.org/projects/applications/parole-media-player"); /* Site */
+			 "http://goodies.xfce.org/projects/applications/parole"); /* Site */
diff --git a/plugins/tray/tray-icon.c b/plugins/tray/tray-icon.c
index b64c962..b56b57d 100644
--- a/plugins/tray/tray-icon.c
+++ b/plugins/tray/tray-icon.c
@@ -544,4 +544,4 @@ PAROLE_PLUGIN_CONSTRUCT (construct,                  	    /* Construct function
 			 _("Tray icon"),            	    /* Title */
 			 _("Show icon in the system tray"), /* Description */
 			 "Copyright \302\251 2009 Ali Abdallah aliov at xfce.org", /* Author */
-			 "http://goodies.xfce.org/projects/applications/parole-media-player"); /* Site */
+			 "http://goodies.xfce.org/projects/applications/parole"); /* Site */
diff --git a/plugins/window-title/window-title.c b/plugins/window-title/window-title.c
index 976fb5a..ff49057 100644
--- a/plugins/window-title/window-title.c
+++ b/plugins/window-title/window-title.c
@@ -103,4 +103,4 @@ PAROLE_PLUGIN_CONSTRUCT (construct,                  /* Construct function */
 			 _("Set the main window name to the current\n"
 			  " playing media name."),    /* Description */
 			  "Copyright \302\251 2009 Sarah Hijazi",            /* Author */
-			  "http://goodies.xfce.org/projects/applications/parole-media-player");            /* site */
+			  "http://goodies.xfce.org/projects/applications/parole");            /* site */



More information about the Xfce4-commits mailing list