[totem] main: Style fixes
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] main: Style fixes
- Date: Mon, 17 Feb 2014 12:47:53 +0000 (UTC)
commit 30d0f12cfa4f30952c5626ccec2617c45108294c
Author: Bastien Nocera <hadess hadess net>
Date: Mon Feb 17 11:31:48 2014 +0100
main: Style fixes
src/totem-object.c | 22 ++++++++++++----------
1 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/src/totem-object.c b/src/totem-object.c
index ffd41fc..08caee5 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -2076,8 +2076,10 @@ totem_object_drop_files_finished (TotemPlaylist *playlist, GAsyncResult *result,
}
static gboolean
-totem_object_drop_files (TotemObject *totem, GtkSelectionData *data,
- int drop_type, gboolean empty_pl)
+totem_object_drop_files (TotemObject *totem,
+ GtkSelectionData *data,
+ int drop_type,
+ gboolean empty_pl)
{
char **list;
guint i, len;
@@ -2161,14 +2163,14 @@ bail:
}
static void
-drop_video_cb (GtkWidget *widget,
- GdkDragContext *context,
- gint x,
- gint y,
- GtkSelectionData *data,
- guint info,
- guint _time,
- Totem *totem)
+drop_video_cb (GtkWidget *widget,
+ GdkDragContext *context,
+ gint x,
+ gint y,
+ GtkSelectionData *data,
+ guint info,
+ guint _time,
+ Totem *totem)
{
GtkWidget *source_widget;
gboolean empty_pl;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]