[gnome-photos] selection-toolbar: Fix typo



commit e075fff0b85725781c9fe8488da53be69c216bc8
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Jan 15 09:00:58 2014 +0100

    selection-toolbar: Fix typo

 src/photos-selection-toolbar.c |    3 ++-
 src/photos-selection-toolbar.h |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/photos-selection-toolbar.c b/src/photos-selection-toolbar.c
index ece149d..85bb8df 100644
--- a/src/photos-selection-toolbar.c
+++ b/src/photos-selection-toolbar.c
@@ -1,6 +1,6 @@
 /*
  * Photos - access, organize and share your photos on GNOME
- * Copyright © 2012, 2013 Red Hat, Inc.
+ * Copyright © 2012, 2013, 2014 Red Hat, Inc.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -53,6 +53,7 @@ struct _PhotosSelectionToolbarPrivate
   gboolean inside_refresh;
 };
 
+
 G_DEFINE_TYPE_WITH_PRIVATE (PhotosSelectionToolbar, photos_selection_toolbar, GTK_TYPE_REVEALER);
 
 
diff --git a/src/photos-selection-toolbar.h b/src/photos-selection-toolbar.h
index 91f8fc9..24a89bb 100644
--- a/src/photos-selection-toolbar.h
+++ b/src/photos-selection-toolbar.h
@@ -1,6 +1,6 @@
 /*
  * Photos - access, organize and share your photos on GNOME
- * Copyright © 2012, 2013 Red Hat, Inc.
+ * Copyright © 2012, 2013, 2014 Red Hat, Inc.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -63,7 +63,7 @@ struct _PhotosSelectionToolbar
 
 struct _PhotosSelectionToolbarClass
 {
-  GtkToolbarClass parent_class;
+  GtkRevealerClass parent_class;
 };
 
 GType                     photos_selection_toolbar_get_type             (void) G_GNUC_CONST;


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