[snappy] ui: style fix in interface_on_drop_cb
- From: Luis de Bethencourt <luisbg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [snappy] ui: style fix in interface_on_drop_cb
- Date: Wed, 19 Mar 2014 19:56:44 +0000 (UTC)
commit abfe0051c43ec1aefdc16cd432c9a788dd322398
Author: Luis de Bethencourt <luis debethencourt com>
Date: Wed Mar 19 15:56:38 2014 -0400
ui: style fix in interface_on_drop_cb
src/user_interface.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/user_interface.c b/src/user_interface.c
index 08c06b3..d61c5c0 100644
--- a/src/user_interface.c
+++ b/src/user_interface.c
@@ -1488,8 +1488,7 @@ interface_on_drop_cb (GtkWidget * widget,
{
char **list;
- list =
- g_uri_list_extract_uris ((const gchar *)
+ list = g_uri_list_extract_uris ((const gchar *)
gtk_selection_data_get_data (data));
engine_open_uri (ui->engine, list[0]);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]