[anjuta] glade: Fix redo menu item to redo instead of undo
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] glade: Fix redo menu item to redo instead of undo
- Date: Fri, 13 May 2011 15:43:03 +0000 (UTC)
commit a15a2a69ece0eab4fea72b5968a30a503bb84c0a
Author: Johannes Schmid <jhs gnome org>
Date: Fri May 13 17:41:13 2011 +0200
glade: Fix redo menu item to redo instead of undo
plugins/glade/anjuta-design-document.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/glade/anjuta-design-document.c b/plugins/glade/anjuta-design-document.c
index a3e3454..a842bf1 100644
--- a/plugins/glade/anjuta-design-document.c
+++ b/plugins/glade/anjuta-design-document.c
@@ -308,7 +308,7 @@ static void
idocument_redo(IAnjutaDocument* edit, GError** ee)
{
GladeDesignView* view = GLADE_DESIGN_VIEW (edit);
- glade_project_undo (glade_design_view_get_project (view));
+ glade_project_redo (glade_design_view_get_project (view));
}
/* Grab focus */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]