[Xfce4-commits] [apps/ristretto] 01/01: Do not show labels for the "Back" and "Forward" toolbar buttons
noreply at xfce.org
noreply at xfce.org
Fri Aug 2 20:44:22 CEST 2019
This is an automated email from the git hooks/post-receive script.
f 2 4 0 4 p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/ristretto.
commit 80aeebd0847f329bca9aef8beacb5cf91d850568
Author: Igor <f2404 at yandex.ru>
Date: Fri Aug 2 14:43:47 2019 -0400
Do not show labels for the "Back" and "Forward" toolbar buttons
---
src/main_window.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/main_window.c b/src/main_window.c
index e684a93..b6171b0 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -1021,8 +1021,6 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
window->priv->back = gtk_ui_manager_get_widget (window->priv->ui_manager, "/main-toolbar/back");
window->priv->forward = gtk_ui_manager_get_widget (window->priv->ui_manager, "/main-toolbar/forward");
G_GNUC_END_IGNORE_DEPRECATIONS
- gtk_tool_item_set_is_important (GTK_TOOL_ITEM (window->priv->back), TRUE);
- gtk_tool_item_set_is_important (GTK_TOOL_ITEM (window->priv->forward), TRUE);
window->priv->image_viewer = rstto_image_viewer_new ();
window->priv->p_viewer_s_window = gtk_scrolled_window_new (NULL, NULL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list