---
 src/dialog.c |    2 +-
 src/dialog.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/dialog.c b/src/dialog.c
index a2ca2f4..dd2772b 100644
--- a/src/dialog.c
+++ b/src/dialog.c
@@ -818,7 +818,7 @@ gboolean a_dialog_map_n_zoom(GtkWindow *parent, gchar 
*mapnames[], gint default_
  * Display a dialog presenting the license of a map.
  * Allow to read the license by launching a web browser.
  */
-void a_dialog_license ( GtkWidget *parent, const gchar *map, const gchar 
*license, const gchar *url)
+void a_dialog_license ( GtkWindow *parent, const gchar *map, const gchar 
*license, const gchar *url)
 {
   GtkWidget *dialog = gtk_message_dialog_new (parent,
                                  GTK_DIALOG_DESTROY_WITH_PARENT,
diff --git a/src/dialog.h b/src/dialog.h
index cc54290..129a2e0 100644
--- a/src/dialog.h
+++ b/src/dialog.h
@@ -65,5 +65,5 @@ gboolean a_dialog_map_n_zoom(GtkWindow *parent, gchar 
*mapnames[], gint default_
 
 GList *a_dialog_select_from_list ( GtkWindow *parent, GHashTable *tracks, 
GList *track_names, gboolean multiple_selection_allowed, const gchar *title, 
const gchar *msg );
 
-void a_dialog_license ( GtkWidget *parent, const gchar *map, const gchar 
*license, const gchar *url);
+void a_dialog_license ( GtkWindow *parent, const gchar *map, const gchar 
*license, const gchar *url);
 #endif
-- 
1.7.2.3


------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
Viking-devel mailing list
Viking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viking-devel
Viking home page: http://viking.sf.net/

Reply via email to