[balsa/gtk3] Use new prototype for source viewer



commit 710b46bed869fca9a54fc606f364bbb6309d3f6a
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Sat Jul 20 11:26:38 2013 -0400

    Use new prototype for source viewer
    
        * src/main-window.c: use new prototype for source viewer.

 ChangeLog         |    4 ++++
 src/main-window.c |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 868351a..49a5883 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-07-20  Peter Bloomfield
 
+       * src/main-window.c: use new prototype for source viewer.
+
+2013-07-20  Peter Bloomfield
+
        * libbalsa/source-viewer.c (lsv_close_activated),
        (lsv_copy_activated), (lsv_select_activated),
        (lsv_toggle_activated), (lsv_escape_change_state),
diff --git a/src/main-window.c b/src/main-window.c
index 7afdf12..e920d1a 100644
--- a/src/main-window.c
+++ b/src/main-window.c
@@ -3952,7 +3952,8 @@ bw_view_msg_source_cb(GtkAction * action, gpointer data)
     for (list = messages; list; list = list->next) {
        LibBalsaMessage *message = list->data;
 
-       libbalsa_show_message_source(message, balsa_app.message_font,
+       libbalsa_show_message_source(balsa_app.application,
+                                     message, balsa_app.message_font,
                                     &balsa_app.source_escape_specials,
                                      &balsa_app.source_width,
                                      &balsa_app.source_height);


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