[gnome-photos] embed: Style fix



commit 0dfe484bd47d6a1e3cfd9450853830569f003dd1
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri May 15 09:26:43 2015 +0200

    embed: Style fix

 src/photos-embed.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-embed.c b/src/photos-embed.c
index 742a08d..ee205bb 100644
--- a/src/photos-embed.c
+++ b/src/photos-embed.c
@@ -670,9 +670,11 @@ photos_embed_init (PhotosEmbed *self)
   /* TODO: SearchBar.Dropdown, …
    */
 
-  g_signal_connect_object (priv->stack, "notify::visible-child",
+  g_signal_connect_object (priv->stack,
+                           "notify::visible-child",
                            G_CALLBACK (photos_embed_notify_visible_child),
-                           self, G_CONNECT_SWAPPED);
+                           self,
+                           G_CONNECT_SWAPPED);
 
   priv->mode_cntrlr = photos_mode_controller_dup_singleton ();
   g_signal_connect_object (priv->mode_cntrlr,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]