[eog-plugins] fullscreenbg: Actually use translations in configuration dialog



commit b3f6d41298529a705b0d72730427dfee3c6dddca
Author: Felix Riemann <friemann gnome org>
Date:   Wed Feb 29 19:29:27 2012 +0100

    fullscreenbg: Actually use translations in configuration dialog

 plugins/fullscreenbg/fullscreenbg.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/fullscreenbg/fullscreenbg.py b/plugins/fullscreenbg/fullscreenbg.py
index 807f119..2c54f26 100644
--- a/plugins/fullscreenbg/fullscreenbg.py
+++ b/plugins/fullscreenbg/fullscreenbg.py
@@ -57,6 +57,7 @@ class BackgroundChanger(GObject.Object, Eog.WindowActivatable, \
             signals = {'use_global_settings_cb': self.use_global_settings_cb,
                        'hide_colorbutton_cb': self.hide_colorbutton_cb}
             builder = Gtk.Builder()
+            builder.set_translation_domain('eog-plugins')
             builder.add_from_file(join(self.plugin_info.get_data_dir(), \
                                        'preferences_dialog.ui'))
             builder.connect_signals(signals)



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