[balsa] Fix libbalsa_html_popup_menu_widget() arg list.



commit a21d8103dc8850834af8d872085e7fd65f99d19d
Author: Pawel Salek <pawsa damage localdomain>
Date:   Wed Jan 13 20:29:48 2010 +0100

    Fix libbalsa_html_popup_menu_widget() arg list.

 ChangeLog       |    4 ++++
 libbalsa/html.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 62dcde2..f4b86d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-12  Pawel Salek
+
+	* libbalsa/html.c: fix libbalsa_html_popup_menu_widget() arg list.
+
 2010-01-12  Peter Bloomfield
 
 	* libbalsa/html.h: new public method to retrieve the real HTML
diff --git a/libbalsa/html.c b/libbalsa/html.c
index 4fcb994..bf39380 100644
--- a/libbalsa/html.c
+++ b/libbalsa/html.c
@@ -1119,7 +1119,7 @@ libbalsa_html_get_selection_bounds(GtkWidget    * widget,
 }
 
 GtkWidget *
-libbalsa_html_popup_menu_widget(widget)
+libbalsa_html_popup_menu_widget(GtkWidget *widget)
 {
     return NULL;
 }



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