Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37428609
en ru br
ALT Linux repos
5.0: 0.3.7-alt3
4.1: 0.3.7-alt1.M41.1
4.0: 0.3.6-alt2

Group :: Graphical desktop/XFce
RPM: notification-daemon-xfce

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: notification-daemon-xfce-l10n-fix.patch
Download


diff --git a/notification-daemon-xfce/src/settings/main.c b/notification-daemon-xfce/src/settings/main.c
index 53a0ceb..bf0070c 100644
--- a/notification-daemon-xfce/src/settings/main.c
+++ b/notification-daemon-xfce/src/settings/main.c
@@ -354,7 +354,7 @@ notifications_settings_dialog_new (void)
   active = notification_settings_read_setting ("popup_location", DEFAULT_POSITION);
   for (l = popup_locations; l->name != NULL; l++)
     {
-       gtk_combo_box_append_text (GTK_COMBO_BOX (combobox), l->name);
+       gtk_combo_box_append_text (GTK_COMBO_BOX (combobox), _(l->name));
 
        if (!strcmp(active, l->identifier))
          gtk_combo_box_set_active (GTK_COMBO_BOX (combobox), i);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin