gnome-lirc-properties r8 - in trunk: . gnome_lirc_properties/ui
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-lirc-properties r8 - in trunk: . gnome_lirc_properties/ui
- Date: Fri, 25 Apr 2008 15:21:53 +0100 (BST)
Author: murrayc
Date: Fri Apr 25 14:21:53 2008
New Revision: 8
URL: http://svn.gnome.org/viewvc/gnome-lirc-properties?rev=8&view=rev
Log:
2008-04-25 Murray Cumming <murrayc murrayc com>
* gnome_lirc_properties/ui/RemoteControlProperties.py
RemoteControlProperties.__on_lirc_changed(): When warning that lircd is
not running, mention that it is maybe because of a wrong configuration.
Hopefully this explains all the times that I see this.
Modified:
trunk/ChangeLog
trunk/gnome_lirc_properties/ui/RemoteControlProperties.py
Modified: trunk/gnome_lirc_properties/ui/RemoteControlProperties.py
==============================================================================
--- trunk/gnome_lirc_properties/ui/RemoteControlProperties.py (original)
+++ trunk/gnome_lirc_properties/ui/RemoteControlProperties.py Fri Apr 25 14:21:53 2008
@@ -318,7 +318,8 @@
else:
self.__label_preview_result.hide()
self.__label_preview_status.set_markup(_('<b>Warning:</b> Remote control daemon ' +
- 'not running. Cannot test buttons.'))
+ 'not running. Cannot test buttons.\n' +
+ 'This could be due to a configuration error. Try changing the configuration.'))
# pylint: disable-msg=W0613,R0913
def __on_lirc_key_pressed(self, listener, remote, repeat, name, code):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]