Fix wrong sensitiveness of the Redo buttons (closes #2797862).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3822 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
e82f8d512f
commit
a073209940
@ -1,3 +1,9 @@
|
||||
2009-05-28 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
|
||||
* src/ui_utils.c:
|
||||
Fix wrong sensitiveness of the Redo buttons (closes #2797862).
|
||||
|
||||
|
||||
2009-05-28 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
|
||||
|
||||
* THANKS, src/about.c, po/lb.po, po/LINGUAS:
|
||||
|
@ -361,7 +361,7 @@ void ui_update_popup_reundo_items(GeanyDocument *doc)
|
||||
len = G_N_ELEMENTS(widgets.redo_items);
|
||||
for (i = 0; i < len; i++)
|
||||
{
|
||||
ui_widget_set_sensitive(widgets.redo_items[i], enable_undo);
|
||||
ui_widget_set_sensitive(widgets.redo_items[i], enable_redo);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user