Copy & Paste error in AppIndicator.py ?

Bug #794164 reported by Björn Kautler
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Glipper
Fix Released
Low
Laszlo Pandy

Bug Description

In AppIndicator.py I guess the following is a C&P error

save_history = glipper.GCONF_CLIENT.get_bool(glipper.GCONF_SAVE_HISTORY)
if mark_default_entry == None:
        mark_default_entry = True
glipper.GCONF_CLIENT.notify_add(glipper.GCONF_SAVE_HISTORY, lambda x, y, z, a: on_save_history_changed (z.value))

and should rather be

save_history = glipper.GCONF_CLIENT.get_bool(glipper.GCONF_SAVE_HISTORY)
if save_history == None:
        save_history = True
glipper.GCONF_CLIENT.notify_add(glipper.GCONF_SAVE_HISTORY, lambda x, y, z, a: on_save_history_changed (z.value))

Laszlo Pandy (laszlok)
Changed in glipper:
milestone: none → 2.2
assignee: nobody → Laszlo Pandy (laszlok)
importance: Undecided → Low
status: New → Fix Committed
Laszlo Pandy (laszlok)
Changed in glipper:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.