From f15c0d8790a491a0d0366c9d6fb774889ee0578b Mon Sep 17 00:00:00 2001 From: Felipe Corr??a da Silva Sanches Date: Mon, 9 Feb 2009 02:44:19 +0000 Subject: =?UTF-8?q?gcc=20warning=20cleanup=20warning:=20deprecated=20conve?= =?UTF-8?q?rsion=20from=20string=20constant=20to=20=E2=80=98char*=E2=80=99?= =?UTF-8?q?/'gchar*'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (bzr r7253) --- src/ui/widget/selected-style.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/widget') diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp index 3da613416..90ef79b92 100644 --- a/src/ui/widget/selected-style.cpp +++ b/src/ui/widget/selected-style.cpp @@ -87,7 +87,7 @@ typedef enum { } ui_drop_target_info; static GtkTargetEntry ui_drop_target_entries [] = { - {"application/x-color", 0, APP_X_COLOR} + {(gchar*) "application/x-color", 0, APP_X_COLOR} }; #define ENTRIES_SIZE(n) sizeof(n)/sizeof(n[0]) -- cgit v1.2.3