[epiphany] Silent a warning
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Silent a warning
- Date: Mon, 27 Jun 2011 17:45:44 +0000 (UTC)
commit 7a692429542c2b0455b195991642c3139427e16b
Author: Claudio Saavedra <csaavedra igalia com>
Date: Mon Jun 27 20:44:27 2011 +0300
Silent a warning
src/ephy-session.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-session.c b/src/ephy-session.c
index 0c7b2a9..9aadb11 100644
--- a/src/ephy-session.c
+++ b/src/ephy-session.c
@@ -1788,7 +1788,7 @@ ephy_session_queue_command (EphySession *session,
cmd = g_new0 (SessionCommand, 1);
cmd->command = command;
cmd->arg = arg ? g_strdup (arg) : NULL;
- cmd->args = args ? g_strdupv (args) : NULL;
+ cmd->args = args ? g_strdupv ((gchar **)args) : NULL;
cmd->user_time = user_time;
/* This ref is released in session_command_free */
g_object_ref (ephy_shell_get_default ());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]