Blob Blame History Raw
From e3402ff66bf997077592782b68dc2c018bf6d009 Mon Sep 17 00:00:00 2001
From: Jakub Filak <jfilak@redhat.com>
Date: Tue, 16 Jun 2015 16:17:54 +0200
Subject: [PATCH] Remove the Details button from the top bar in non-GNOME
 desktops

The Details in the top bar is superfluous because we already have this
button in the bottom-right corner of the problem panel.

Resolves: rhbz#1226597

Signed-off-by: Jakub Filak <jfilak@redhat.com>
---
 src/gnome_abrt/oops.glade | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/src/gnome_abrt/oops.glade b/src/gnome_abrt/oops.glade
index 04371c9..c11c31d 100644
--- a/src/gnome_abrt/oops.glade
+++ b/src/gnome_abrt/oops.glade
@@ -199,25 +199,6 @@
               </packing>
             </child>
             <child>
-              <object class="GtkButton" id="btn_analyze">
-                <property name="label" translatable="yes">Analy_ze</property>
-                <property name="related_action">gac_detail</property>
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
-                <property name="no_show_all">True</property>
-                <property name="halign">end</property>
-                <property name="valign">end</property>
-                <property name="use_underline">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">True</property>
-                <property name="pack_type">end</property>
-                <property name="position">4</property>
-              </packing>
-            </child>
-            <child>
               <object class="GtkButton" id="btn_delete">
                 <property name="label" translatable="yes">_Delete</property>
                 <property name="related_action">gac_delete</property>
-- 
2.4.2