diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:22:31 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:22:31 +0800 |
commit | fc052103e0bcd493725537379bdcb91d1737cffa (patch) | |
tree | 698d34ed398cbe97e4f64c010fdfeaee7be2117c /libempathy-gtk | |
parent | ce114155e3d8b30f649f33efeb8ef1677f2b78bc (diff) | |
download | gsoc2013-empathy-fc052103e0bcd493725537379bdcb91d1737cffa.tar gsoc2013-empathy-fc052103e0bcd493725537379bdcb91d1737cffa.tar.gz gsoc2013-empathy-fc052103e0bcd493725537379bdcb91d1737cffa.tar.bz2 gsoc2013-empathy-fc052103e0bcd493725537379bdcb91d1737cffa.tar.lz gsoc2013-empathy-fc052103e0bcd493725537379bdcb91d1737cffa.tar.xz gsoc2013-empathy-fc052103e0bcd493725537379bdcb91d1737cffa.tar.zst gsoc2013-empathy-fc052103e0bcd493725537379bdcb91d1737cffa.zip |
Fix a little coding style
svn path=/trunk/; revision=1873
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index 20eab6098..91783d7ce 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -1481,8 +1481,7 @@ file_manager_send_file_response_cb (GtkDialog *widget, g_object_unref (gfile); g_free (uri); } - - g_slist_free (list); + g_slist_free (list); } gtk_widget_destroy (GTK_WIDGET (widget)); |