forked from AuroraMiddleware/gtk
Fix a compiler warning
This commit is contained in:
parent
2e70b4c323
commit
7d5cfcf61d
@ -199,7 +199,7 @@ popup_edit (GtkWidget *widget,
|
|||||||
GtkWidget *focus;
|
GtkWidget *focus;
|
||||||
gint position;
|
gint position;
|
||||||
gint s, e;
|
gint s, e;
|
||||||
char *param;
|
const char *param;
|
||||||
|
|
||||||
param = g_variant_get_string (parameters, NULL);
|
param = g_variant_get_string (parameters, NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user