[gtk/wip/matthiasc/shortcut: 2/5] Fix a compiler warning
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/matthiasc/shortcut: 2/5] Fix a compiler warning
- Date: Fri, 20 Mar 2020 04:00:23 +0000 (UTC)
commit 05726a7452102aa139de83df8ae30fd2df6c3cc6
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Mar 19 14:13:26 2020 -0400
Fix a compiler warning
gtk/gtkcoloreditor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkcoloreditor.c b/gtk/gtkcoloreditor.c
index 58baf5dd8b..9fb73fa027 100644
--- a/gtk/gtkcoloreditor.c
+++ b/gtk/gtkcoloreditor.c
@@ -199,7 +199,7 @@ popup_edit (GtkWidget *widget,
GtkWidget *focus;
gint position;
gint s, e;
- char *param;
+ const char *param;
param = g_variant_get_string (parameters, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]