[gnome-photos] embed: Rename "Recent" view to "Photos"
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] embed: Rename "Recent" view to "Photos"
- Date: Fri, 9 Oct 2015 11:49:36 +0000 (UTC)
commit 8704dc27a20951881102d098067b423256e68f4b
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Oct 9 13:49:23 2015 +0200
embed: Rename "Recent" view to "Photos"
https://bugzilla.gnome.org/show_bug.cgi?id=729072
src/photos-embed.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-embed.c b/src/photos-embed.c
index 3538020..ae7fce5 100644
--- a/src/photos-embed.c
+++ b/src/photos-embed.c
@@ -677,7 +677,7 @@ photos_embed_init (PhotosEmbed *self)
priv->ntfctn_mngr = g_object_ref_sink (photos_notification_manager_dup_singleton ());
gtk_overlay_add_overlay (GTK_OVERLAY (priv->stack_overlay), priv->ntfctn_mngr);
- priv->overview = photos_view_container_new (PHOTOS_WINDOW_MODE_OVERVIEW, _("Recent"));
+ priv->overview = photos_view_container_new (PHOTOS_WINDOW_MODE_OVERVIEW, _("Photos"));
name = photos_view_container_get_name (PHOTOS_VIEW_CONTAINER (priv->overview));
gtk_stack_add_titled (GTK_STACK (priv->stack), priv->overview, "overview", name);
model = photos_view_container_get_model (PHOTOS_VIEW_CONTAINER (priv->overview));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]