[epiphany/gnome-3-24-loki] Don't use gtk_widget_set_focus_on_click



commit 7834e93974ac8d4d085ab420f2902ed6a3c790b8
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Sep 21 18:31:13 2017 -0500

    Don't use gtk_widget_set_focus_on_click

 src/ephy-notebook.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c
index 0e6eb85..f580a5f 100644
--- a/src/ephy-notebook.c
+++ b/src/ephy-notebook.c
@@ -738,7 +738,7 @@ build_tab_label (EphyNotebook *nb, EphyEmbed *embed)
   gtk_button_set_relief (GTK_BUTTON (close_button),
                          GTK_RELIEF_NONE);
   /* don't allow focus on the close button */
-  gtk_widget_set_focus_on_click (close_button, FALSE);
+  gtk_button_set_focus_on_click (GTK_BUTTON (close_button), FALSE);
 
   gtk_widget_set_name (close_button, "ephy-tab-close-button");
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]