Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > 55b378a52672d5b3b40aababf4a6e9af > files > 7

kdesdk-3.4.2-5mdk.src.rpm

--- ./kbugbuster/gui/preferencesdialog.cpp--	2005-08-26 16:47:44.000000000 +0200
+++ ./kbugbuster/gui/preferencesdialog.cpp	2005-08-26 16:49:43.000000000 +0200
@@ -285,10 +285,12 @@ SelectServerDlg::SelectServerDlg(Prefere
   parent->createServerItem( list, "GNOME",   "http://bugzilla.gnome.org",                 "2.10" );
   parent->createServerItem( list, "Mozilla", "http://bugzilla.mozilla.org",               "2.17.1" );
   parent->createServerItem( list, "Apache",  "http://nagoya.apache.org/bugzilla/",        "2.14.2" );
-  parent->createServerItem( list, "XFree86", "http://bugs.xfree86.org/cgi-bin/bugzilla/", "2.14.2" );
+  parent->createServerItem( list, "XFree86", "http://bugs.xfree86.org/", "2.18.3" );
+  parent->createServerItem( list, "X.org",   "https://bugs.freedesktop.org/",             "2.18.3" );
   parent->createServerItem( list, "Ximian",  "http://bugzilla.ximian.com",                "2.10" );
-  parent->createServerItem( list, "RedHat",  "http://bugzilla.redhat.com/bugzilla/",      "2.17.1" );
-  parent->createServerItem( list, "Mandrakesoft",  "http://qa.mandrakesoft.com/",      "2.17.4" );
+  parent->createServerItem( list, "RedHat",  "http://bugzilla.redhat.com/bugzilla/",      "2.18" );
+  parent->createServerItem( list, "Mandriva",  "http://qa.mandriva.com/",      "2.21" );
+  parent->createServerItem( list, "Gentoo",  "http://bugs.gentoo.org/",                   "2.18.3"  );
   connect( list, SIGNAL( doubleClicked ( QListViewItem *)), this, SLOT( slotDoubleClicked( QListViewItem *)));
 }
 
--- ./kbugbuster/backend/bugserverconfig.cpp--	2005-08-26 16:49:56.000000000 +0200
+++ ./kbugbuster/backend/bugserverconfig.cpp	2005-08-26 16:50:19.000000000 +0200
@@ -104,6 +104,9 @@ QStringList BugServerConfig::bugzillaVer
   v << "2.14.2";
   v << "2.16.2";
   v << "2.17.1";
+  v << "2.18";
+  v << "2.18.3";
+  v << "2.21";
   v << "KDE";
   v << "Bugworld";