Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > a3a5bb6770889b3c246f1512d2dd8c55 > files > 1

xfce4-smartbookmark-plugin-0.4.2-12mdv2010.1.src.rpm

diff -Naur xfce4-smartbookmark-plugin-0.4.2/src/smartbookmark.c xfce4-smartbookmark-plugin-0.4.2.tpg/src/smartbookmark.c
--- xfce4-smartbookmark-plugin-0.4.2/src/smartbookmark.c	2006-08-12 17:41:44.000000000 +0000
+++ xfce4-smartbookmark-plugin-0.4.2.tpg/src/smartbookmark.c	2007-06-05 13:26:56.000000000 +0000
@@ -197,7 +197,7 @@
     box = gtk_vbox_new(FALSE, 0);
 
     /* default options */
-    search->url = "http://bugs.debian.org/";
+    search->url = "http://qa.mandriva.com/";
     search->label_text = "BTS";
     search->size = 5;
     search->hide_label = FALSE;
@@ -269,7 +269,7 @@
     if( (rcfile = xfce_rc_simple_open(filename, TRUE) ))
     {
         xfce_rc_set_group(rcfile, NULL);
-        search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.debian.org/"));
+        search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://qa.mandriva.com/"));
         search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","DBS"));
         search->size = xfce_rc_read_int_entry(rcfile, "size", 5);
         search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", FALSE);