[eog-plugins] fit-to-width: Fix deprecated GtkStock item usage
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog-plugins] fit-to-width: Fix deprecated GtkStock item usage
- Date: Tue, 24 Sep 2013 12:28:26 +0000 (UTC)
commit 0692fce809992f18cfa2cf6c2f3ecc415b046797
Author: Felix Riemann <friemann gnome org>
Date: Tue Sep 24 14:09:28 2013 +0200
fit-to-width: Fix deprecated GtkStock item usage
plugins/fit-to-width/eog-fit-to-width-plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fit-to-width/eog-fit-to-width-plugin.c b/plugins/fit-to-width/eog-fit-to-width-plugin.c
index d85065a..e3cc51d 100644
--- a/plugins/fit-to-width/eog-fit-to-width-plugin.c
+++ b/plugins/fit-to-width/eog-fit-to-width-plugin.c
@@ -87,7 +87,7 @@ static const gchar * const ui_definition =
static const GtkActionEntry action_entries[] =
{
{ "EogPluginFitToWidth",
- GTK_STOCK_ZOOM_FIT,
+ "zoom-fit-best",
N_("Fit to width"),
"W",
N_("Fit the image to the window width"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]