[epiphany] Remove help button from the encoding dialog



commit 7c53b353cf175e6f9fcef549e9f562980b017cd8
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Jan 7 17:15:01 2014 -0500

    Remove help button from the encoding dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721285

 src/ephy-encoding-dialog.c |    6 ------
 src/resources/epiphany.ui  |   18 ------------------
 2 files changed, 0 insertions(+), 24 deletions(-)
---
diff --git a/src/ephy-encoding-dialog.c b/src/ephy-encoding-dialog.c
index 609a837..64a39f4 100644
--- a/src/ephy-encoding-dialog.c
+++ b/src/ephy-encoding-dialog.c
@@ -248,12 +248,6 @@ ephy_encoding_dialog_response_cb (GtkWidget *widget,
                                  int response,
                                  EphyEncodingDialog *dialog)
 {
-       if (response == GTK_RESPONSE_HELP)
-       {
-               ephy_gui_help (widget, NULL);
-               return;
-       }
-
        g_object_unref (dialog);
 }
 
diff --git a/src/resources/epiphany.ui b/src/resources/epiphany.ui
index 07a684b..e599852 100644
--- a/src/resources/epiphany.ui
+++ b/src/resources/epiphany.ui
@@ -37,23 +37,6 @@
                 <property name="position">0</property>
               </packing>
             </child>
-            <child>
-              <object class="GtkButton" id="encoding_help_button">
-                <property name="label">gtk-help</property>
-                <property name="use_action_appearance">False</property>
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="can_default">True</property>
-                <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
-                <property name="use_stock">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">1</property>
-              </packing>
-            </child>
           </object>
           <packing>
             <property name="expand">False</property>
@@ -181,7 +164,6 @@
     </child>
     <action-widgets>
       <action-widget response="-7">okbutton2</action-widget>
-      <action-widget response="-11">encoding_help_button</action-widget>
     </action-widgets>
   </object>
 </interface>


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