[banshee] Update some bugzilla broken links in comments & changelogs



commit 7912ebb270c01b4b6806717591eef2cbfa99a23c
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Sat Apr 16 16:11:11 2011 +0200

    Update some bugzilla broken links in comments & changelogs
    
    The host bugzilla.ximian.com seems to be finally down so this
    change replaces all places where it's used with their
    equivalent URLs to bugzilla.novell.com.

 extras/YeOldeChangeLog                             |    9 +++++----
 src/Backends/Banshee.Unix/Banshee.IO.Unix/File.cs  |    2 +-
 .../Banshee.Widgets/VolumeButton.cs                |    6 +++---
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/extras/YeOldeChangeLog b/extras/YeOldeChangeLog
index 5a3a269..032e9a4 100644
--- a/extras/YeOldeChangeLog
+++ b/extras/YeOldeChangeLog
@@ -26549,7 +26549,7 @@
 2006-11-22  Aaron Bockover  <abock gnome org>
 
 	* build/Common.Makefile: Globally ignore compiler warning 0278 as gmcs
-	incorrectly reports it: http://bugzilla.ximian.com/show_bug.cgi?id=79998
+	incorrectly reports it: http://bugzilla.novell.com/show_bug.cgi?id=322696
 	
 2006-11-22  Aaron Bockover  <abock gnome org>
 
@@ -27094,7 +27094,7 @@
 	has the bug)
 
 	* build/gmcs.exe: The gmcs compiler from Mono 1.1.18 with the patch
-	for http://bugzilla.ximian.com/show_bug.cgi?id=79698 applied
+	for http://bugzilla.novell.com/show_bug.cgi?id=322401 applied
 
 	* build/mcs-test-79698.cs: Test case for the above bug
 
@@ -30898,7 +30898,8 @@
 2006-03-07  Aaron Bockover  <aaron abock org>
 
 	* src/Banshee.Base/ImportManager.cs: Work around socket/directory bug
-	in Mono (Ximian Bugzilla #76966) (Sebastian Dröge)
+	in Mono: http://bugzilla.novell.com/show_bug.cgi?id=319774
+	(Sebastian Dröge)
 
 2006-03-07  Aaron Bockover  <aaron abock org>
 
@@ -31637,7 +31638,7 @@
 	on patch by Danilo Reinhardt
 
 	* src/Banshee.Base/Utilities.cs (Utilities.ExecProcess): Minor fix
-	to work around 77393 (SIGSEGV) in Ximian/Mono bugzilla
+	to work around http://bugzilla.novell.com/show_bug.cgi?id=320179 (SIGSEV)
 
 	* src/Banshee.Plugins/Makefile.am: Add MMKeys to SUBDIRS
 
diff --git a/src/Backends/Banshee.Unix/Banshee.IO.Unix/File.cs b/src/Backends/Banshee.Unix/Banshee.IO.Unix/File.cs
index bd2d583..cdba187 100644
--- a/src/Backends/Banshee.Unix/Banshee.IO.Unix/File.cs
+++ b/src/Backends/Banshee.Unix/Banshee.IO.Unix/File.cs
@@ -48,7 +48,7 @@ namespace Banshee.IO.Unix
             is_directory = is_regular_file = Syscall.stat (path, out buf) == 0;
             is_regular_file &= (buf.st_mode & FilePermissions.S_IFREG) == FilePermissions.S_IFREG;
             is_directory &= (buf.st_mode & FilePermissions.S_IFDIR) == FilePermissions.S_IFDIR;
-            // FIXME: workaround for http://bugzilla.ximian.com/show_bug.cgi?id=76966
+            // FIXME: workaround for http://bugzilla.novell.com/show_bug.cgi?id=319774
             is_directory &= ! ((buf.st_mode & FilePermissions.S_IFSOCK) == FilePermissions.S_IFSOCK);
             mtime = buf.st_mtime;
         }
diff --git a/src/Core/Banshee.Widgets/Banshee.Widgets/VolumeButton.cs b/src/Core/Banshee.Widgets/Banshee.Widgets/VolumeButton.cs
index 0a2663a..1ec8f0e 100644
--- a/src/Core/Banshee.Widgets/Banshee.Widgets/VolumeButton.cs
+++ b/src/Core/Banshee.Widgets/Banshee.Widgets/VolumeButton.cs
@@ -331,7 +331,7 @@ namespace Bacon
         }
 
         // FIXME: There's no g_signal_stop_emission* binding:
-        // http://bugzilla.ximian.com/show_bug.cgi?id=76416
+        // http://bugzilla.novell.com/show_bug.cgi?id=319275
 
         [DllImport("libgobject-2.0-0.dll")]
         private static extern void g_signal_stop_emission_by_name(IntPtr o, string signal);
@@ -590,7 +590,7 @@ namespace Bacon
         // FIXME: This is seriously LAME. The Gtk# binding does not support mutating
         // Gdk.Event* objects. All the properties are marked read only. Support for
         // these objects is simply incomplete.
-        // http://bugzilla.ximian.com/show_bug.cgi?id=80685
+        // http://bugzilla.novell.com/show_bug.cgi?id=323373
 
         private void UpdateEventButton(Gdk.EventButton evnt, Gdk.Window window, Gdk.EventType type)
         {
@@ -689,7 +689,7 @@ namespace Bacon
             // FIXME: This is also seriously LAME. The MinSliderSize property is "protected"
             // according to gtkrange.h, and thus should be exposed and accessible through
             // this sub-class, but GAPI does not bind protected structure fields. LAME LAME.
-            // http://bugzilla.ximian.com/show_bug.cgi?id=80684
+            // http://bugzilla.novell.com/show_bug.cgi?id=323372
 
             [DllImport("libgobject-2.0-0.dll")]
             private static extern void g_type_query(IntPtr type, IntPtr query);



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