[balsa/gtk3] src/sendmsg-window.c: compile with GtkSourceview.



commit 58e7e83e864f6ea2326199e5bc4744fd515b80af
Author: Pawel Salek <pawsa0 gmail com>
Date:   Sun Aug 4 22:52:18 2013 +0200

    src/sendmsg-window.c: compile with GtkSourceview.

 ChangeLog            |    4 ++++
 src/sendmsg-window.c |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 70cf880..284e6d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-04  Pawel Salek
+
+       * src/sendmsg-window.c: compile with GtkSourceview
+
 2013-07-31  Peter Bloomfield
 
        Port compose window to GMenu and friends
diff --git a/src/sendmsg-window.c b/src/sendmsg-window.c
index 81b8a39..326aa4c 100644
--- a/src/sendmsg-window.c
+++ b/src/sendmsg-window.c
@@ -5759,6 +5759,8 @@ sw_undo_activated(GSimpleAction * action, GVariant * parameter, gpointer data)
 static void
 sw_redo_activated(GSimpleAction * action, GVariant * parameter, gpointer data)
 {
+    BalsaSendmsg *bsmsg = data;
+
     sw_buffer_swap(bsmsg, FALSE);
 }
 #endif                          /* HAVE_GTKSOURCEVIEW */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]