diff options
Diffstat (limited to 'lib/ephy-dbus.c')
-rw-r--r-- | lib/ephy-dbus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-dbus.c b/lib/ephy-dbus.c index 630767273..50bf5fb25 100644 --- a/lib/ephy-dbus.c +++ b/lib/ephy-dbus.c @@ -46,8 +46,8 @@ static guint signals[LAST_SIGNAL] = { 0 }; static GObjectClass *parent_class = NULL; /* Epiphany's DBUS identification */ -static const char* epiphany_dbus_service = "org.gnome.Epiphany"; -static const char* epiphany_dbus_object_path = "/org/gnome/Epiphany"; +static const char epiphany_dbus_service[] = "org.gnome.Epiphany"; +static const char epiphany_dbus_object_path[] = "/org/gnome/Epiphany"; /* This function is called by DBUS when a message directed at the * Epiphany's object path arrives (provided we're the registered instance!) |