deskbar-applet r2029 - trunk/deskbar/ui/cuemiac
- From: sebp svn gnome org
- To: svn-commits-list gnome org
- Subject: deskbar-applet r2029 - trunk/deskbar/ui/cuemiac
- Date: Thu, 20 Mar 2008 10:12:04 +0000 (GMT)
Author: sebp
Date: Thu Mar 20 10:12:04 2008
New Revision: 2029
URL: http://svn.gnome.org/viewvc/deskbar-applet?rev=2029&view=rev
Log:
Used lowercase logger instead of uppercase
Modified:
trunk/deskbar/ui/cuemiac/CuemiacModel.py
Modified: trunk/deskbar/ui/cuemiac/CuemiacModel.py
==============================================================================
--- trunk/deskbar/ui/cuemiac/CuemiacModel.py (original)
+++ trunk/deskbar/ui/cuemiac/CuemiacModel.py Thu Mar 20 10:12:04 2008
@@ -115,7 +115,7 @@
"""
match_iter = self.__match_hashes[hash]
match_obj = self[match_iter][self.MATCHES]
- logger.debug ("Adding %i actions to match %r" % (len(actions), match_obj))
+ LOGGER.debug ("Adding %i actions to match %r" % (len(actions), match_obj))
match_obj.add_all_actions(actions)
def __append_match(self, match_obj, query_string):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]