/pidgin/main: c0db123ecd4e: Fix a warning
Tomasz Wasilczyk <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: c0db123ecd4e4d2b633942c72aa358869c2d8e89 Author: Tomasz Wasilczyk <[email protected]> Date: 2014-05-06 21:41 +0200 Branch: release-2.x.y URL: https://hg.pidgin.im/pidgin/main/rev/c0db123ecd4e Description: Fix a warning diffstat: pidgin/gtksourceundomanager.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff --git a/pidgin/gtksourceundomanager.c b/pidgin/gtksourceundomanager.c --- a/pidgin/gtksourceundomanager.c +++ b/pidgin/gtksourceundomanager.c @@ -988,7 +988,7 @@ gtk_source_undo_manager_merge_action (Gt if (undo_action->action_type == GTK_SOURCE_UNDO_ACTION_DELETE) { - GtkSourceUndoDeleteAction *last_del, *undo_del; + const GtkSourceUndoDeleteAction *last_del, *undo_del; last_del = &last_action->action.delete; undo_del = &undo_action->action.delete;