[gnome-photos/wip/rishi/hefe: 5/5] tool-filters: Replace Gray with Hefe
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/rishi/hefe: 5/5] tool-filters: Replace Gray with Hefe
- Date: Fri, 22 Jan 2016 20:00:36 +0000 (UTC)
commit d21c985e70b6eb98a5df39876db504b8bb6c1286
Author: Debarshi Ray <debarshir gnome org>
Date: Thu Jan 14 15:24:15 2016 +0100
tool-filters: Replace Gray with Hefe
src/photos-tool-filters.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-tool-filters.c b/src/photos-tool-filters.c
index 365ce22..a1b4e93 100644
--- a/src/photos-tool-filters.c
+++ b/src/photos-tool-filters.c
@@ -190,9 +190,9 @@ photos_tool_filters_init (PhotosToolFilters *self)
self->buttons = g_list_prepend (self->buttons, button);
row++;
- button = photos_tool_filter_button_new (group, _("Gray"));
+ button = photos_tool_filter_button_new (group, _("Hefe"));
gtk_actionable_set_action_name (GTK_ACTIONABLE (button), "app.insta-current");
- gtk_actionable_set_action_target (GTK_ACTIONABLE (button), "n", (gint16)
PHOTOS_OPERATION_INSTA_PRESET_GRAY);
+ gtk_actionable_set_action_target (GTK_ACTIONABLE (button), "n", (gint16)
PHOTOS_OPERATION_INSTA_PRESET_HEFE);
gtk_grid_attach (GTK_GRID (self->grid), button, 0, row, 1, 1);
self->buttons = g_list_prepend (self->buttons, button);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]