[anjuta/gnome-3-0] 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/gnome-3-0] glade: Fix redo menu item to redo instead of undo
- Date: Fri, 13 May 2011 15:42:53 +0000 (UTC)
commit 1236f98c3952547bcee73df9c7f1d442725a4ebf
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]