[gnome-photos/wip/search: 9/32] selection-toolbar: Fix typo
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/search: 9/32] selection-toolbar: Fix typo
- Date: Tue, 28 Jan 2014 07:10:18 +0000 (UTC)
commit a61e20aef9b078ff809ce8b9acc0266c07a236b7
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]