Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37713965
en ru br
ALT Linux repos
S:0.5.2-alt1
5.0: 0.4.2-alt1
4.1: 0.4.2-alt1.M41.1
4.0: 0.4.2-alt1

Group :: Graphical desktop/XFce
RPM: xfce4-smartbookmark-plugin

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: xfce4-smartbookmark-plugin-0.5.2-alt1.patch
Download


 src/smartbookmark.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/smartbookmark.c b/src/smartbookmark.c
index 4944945..0edca30 100644
--- a/src/smartbookmark.c
+++ b/src/smartbookmark.c
@@ -173,8 +173,8 @@ static t_search *search_new(XfcePanelPlugin *plugin)
     gtk_widget_set_valign(GTK_WIDGET(search->box), GTK_ALIGN_CENTER);
 
     /* default options */
-    search->url = "https://bugs.debian.org/";
-    search->label_text = "BTS";
+    search->url = "https://bugzilla.altlinux.org/";
+    search->label_text = "Bug #";
     search->size = 5;
     search->hide_label = FALSE;
     /* read config file options */
@@ -209,8 +209,8 @@ static void search_read_config(t_search *search, const gchar* filename)
     if( (rcfile = xfce_rc_simple_open(filename, TRUE) ))
     {
         xfce_rc_set_group(rcfile, NULL);
-        search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","https://bugs.debian.org/"));
-        search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","DBS"));
+        search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","https://bugzilla.altlinux.org/"));
+        search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","Bug #"));
         search->size = xfce_rc_read_int_entry(rcfile, "size", 5);
         search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", FALSE);
     }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin