[Xfce4-commits] <midori:master> mime_type shouldn't be const in webkit_web_view_download_requested_cb

Christian Dywan noreply at xfce.org
Mon Jun 11 23:10:01 CEST 2012


Updating branch refs/heads/master
         to f71ebb53a91c0f56f5834d2918afa170643d245c (commit)
       from 9650dd377922291ad087ae280b7db79135d8b837 (commit)

commit f71ebb53a91c0f56f5834d2918afa170643d245c
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Jun 4 22:04:07 2012 +0200

    mime_type shouldn't be const in webkit_web_view_download_requested_cb

 midori/midori-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/midori-view.c b/midori/midori-view.c
index e839743..8914144 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -2922,7 +2922,7 @@ webkit_web_view_download_requested_cb (GtkWidget*      web_view,
     gchar* description;
     gchar* name;
     WebKitWebFrame* web_frame;
-    const gchar* mime_type;
+    gchar* mime_type;
     WebKitWebDataSource* datasource;
     WebKitNetworkRequest* request;
     WebKitNetworkRequest* original_request;


More information about the Xfce4-commits mailing list