[gnome-photos] selection-toolbar: Set correct visibility to toolbar items



commit 08f0736d380b7448a93175350205f44ceb716782
Author: Debarshi Ray <debarshir gnome org>
Date:   Sat Mar 23 22:27:25 2013 +0100

    selection-toolbar: Set correct visibility to toolbar items
    
    Original patch from Cosimo Cecchi for gnome-documents.

 src/photos-selection-toolbar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-selection-toolbar.c b/src/photos-selection-toolbar.c
index 9408aee..b99171a 100644
--- a/src/photos-selection-toolbar.c
+++ b/src/photos-selection-toolbar.c
@@ -69,7 +69,7 @@ enum
 static void
 photos_selection_toolbar_fade_in (PhotosSelectionToolbar *self)
 {
-  gtk_widget_show_all (GTK_WIDGET (self));
+  gtk_widget_show (GTK_WIDGET (self));
   /* TODO: animate the "opacity" to 1.0 in 300 ms using quadratic
    *       tweening
    */


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