Blame SOURCES/0043-configu-UI-use-glade-file-extension-instead-of-ui.patch

06486d
From 88eebe6a15a640001795da35704e2a4cff9ddbc0 Mon Sep 17 00:00:00 2001
06486d
From: Jakub Filak <jfilak@redhat.com>
06486d
Date: Tue, 15 Apr 2014 09:18:47 +0200
06486d
Subject: [ABRT PATCH 43/66] configu UI: use glade file extension instead of ui
06486d
06486d
intltool recognizes translatable strings in XML UI files only if the
06486d
file has "glade" extension.
06486d
06486d
Resolves rhbz#1087777
06486d
06486d
Signed-off-by: Jakub Filak <jfilak@redhat.com>
06486d
---
06486d
 po/POTFILES.in                                 |   2 +-
06486d
 src/configuration-gui/Makefile.am              |   2 +-
06486d
 src/configuration-gui/abrt-config-widget.c     |   2 +-
06486d
 src/configuration-gui/abrt-config-widget.glade | 358 +++++++++++++++++++++++++
06486d
 src/configuration-gui/abrt-config-widget.ui    | 358 -------------------------
06486d
 5 files changed, 361 insertions(+), 361 deletions(-)
06486d
 create mode 100644 src/configuration-gui/abrt-config-widget.glade
06486d
 delete mode 100644 src/configuration-gui/abrt-config-widget.ui
06486d
06486d
diff --git a/po/POTFILES.in b/po/POTFILES.in
06486d
index 6d90162..2c36802 100644
06486d
--- a/po/POTFILES.in
06486d
+++ b/po/POTFILES.in
06486d
@@ -3,7 +3,7 @@
06486d
 # Please keep this file sorted alphabetically.
06486d
 src/applet/abrt-applet.desktop.in
06486d
 src/applet/applet.c
06486d
-src/configuration-gui/abrt-config-widget.ui
06486d
+src/configuration-gui/abrt-config-widget.glade
06486d
 src/configuration-gui/system-config-abrt.c
06486d
 src/configuration-gui/main.c
06486d
 src/daemon/abrt-action-save-package-data.c
06486d
diff --git a/src/configuration-gui/Makefile.am b/src/configuration-gui/Makefile.am
06486d
index 67b010d..4d20318 100644
06486d
--- a/src/configuration-gui/Makefile.am
06486d
+++ b/src/configuration-gui/Makefile.am
06486d
@@ -56,7 +56,7 @@ system_config_abrt_LDADD = \
06486d
 	$(GTK_LIBS) \
06486d
 	$(LIBREPORT_LIBS)
06486d
 
06486d
-dist_ui_DATA = abrt-config-widget.ui
06486d
+dist_ui_DATA = abrt-config-widget.glade
06486d
 uidir = $(pkgdatadir)/ui
06486d
 
06486d
 EXTRA_DIST = abrt_gui.pc.in
06486d
diff --git a/src/configuration-gui/abrt-config-widget.c b/src/configuration-gui/abrt-config-widget.c
06486d
index 2c0ba9b..45eac95 100644
06486d
--- a/src/configuration-gui/abrt-config-widget.c
06486d
+++ b/src/configuration-gui/abrt-config-widget.c
06486d
@@ -30,7 +30,7 @@
06486d
 
06486d
 #define WID(s) GTK_WIDGET(gtk_builder_get_object(self->priv->builder, s))
06486d
 
06486d
-#define UI_FILE_NAME "abrt-config-widget.ui"
06486d
+#define UI_FILE_NAME "abrt-config-widget.glade"
06486d
 
06486d
 typedef struct {
06486d
     char *app_name;
06486d
diff --git a/src/configuration-gui/abrt-config-widget.glade b/src/configuration-gui/abrt-config-widget.glade
06486d
new file mode 100644
06486d
index 0000000..e470011
06486d
--- /dev/null
06486d
+++ b/src/configuration-gui/abrt-config-widget.glade
06486d
@@ -0,0 +1,358 @@
06486d
+
06486d
+<interface>
06486d
+  
06486d
+  <object class="GtkWindow" id="window1">
06486d
+    <property name="can_focus">False</property>
06486d
+    <child>
06486d
+      <object class="GtkGrid" id="grid">
06486d
+        <property name="visible">True</property>
06486d
+        <property name="can_focus">False</property>
06486d
+        <property name="margin_left">10</property>
06486d
+        <property name="margin_right">10</property>
06486d
+        <property name="margin_top">10</property>
06486d
+        <property name="margin_bottom">10</property>
06486d
+        <property name="row_homogeneous">True</property>
06486d
+        <child>
06486d
+          <object class="GtkLabel" id="label2">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">False</property>
06486d
+            <property name="halign">start</property>
06486d
+            <property name="hexpand">True</property>
06486d
+            <property name="ypad">10</property>
06486d
+            <property name="label" translatable="yes">Ask before stealing directory</property>
06486d
+            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
06486d
+            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">0</property>
06486d
+            <property name="top_attach">1</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkLabel" id="label3">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">False</property>
06486d
+            <property name="halign">start</property>
06486d
+            <property name="hexpand">True</property>
06486d
+            <property name="ypad">10</property>
06486d
+            <property name="label" translatable="yes">Automatically send uReport</property>
06486d
+            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
06486d
+            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">0</property>
06486d
+            <property name="top_attach">3</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkSwitch" id="switch_upload_coredump">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">True</property>
06486d
+            <property name="halign">end</property>
06486d
+            <property name="valign">center</property>
06486d
+            <property name="margin_left">10</property>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">1</property>
06486d
+            <property name="top_attach">0</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkSwitch" id="switch_steal_directory">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">True</property>
06486d
+            <property name="halign">end</property>
06486d
+            <property name="valign">center</property>
06486d
+            <property name="margin_left">10</property>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">1</property>
06486d
+            <property name="top_attach">1</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkSwitch" id="switch_send_ureport">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">True</property>
06486d
+            <property name="halign">end</property>
06486d
+            <property name="valign">center</property>
06486d
+            <property name="margin_left">10</property>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">1</property>
06486d
+            <property name="top_attach">3</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkLabel" id="label4">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">False</property>
06486d
+            <property name="halign">start</property>
06486d
+            <property name="hexpand">True</property>
06486d
+            <property name="ypad">10</property>
06486d
+            <property name="label" translatable="yes">Shortened reporting</property>
06486d
+            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
06486d
+            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">0</property>
06486d
+            <property name="top_attach">4</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkSwitch" id="switch_shortened_reporting">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">True</property>
06486d
+            <property name="halign">end</property>
06486d
+            <property name="valign">center</property>
06486d
+            <property name="margin_left">10</property>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">1</property>
06486d
+            <property name="top_attach">4</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkSwitch" id="switch_silent_shortened_reporting">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">True</property>
06486d
+            <property name="halign">end</property>
06486d
+            <property name="valign">center</property>
06486d
+            <property name="margin_left">10</property>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">1</property>
06486d
+            <property name="top_attach">5</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkLabel" id="label9">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">False</property>
06486d
+            <property name="halign">start</property>
06486d
+            <property name="hexpand">True</property>
06486d
+            <property name="ypad">10</property>
06486d
+            <property name="label" translatable="yes">Silent shortened reporting</property>
06486d
+            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
06486d
+            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">0</property>
06486d
+            <property name="top_attach">5</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkImage" id="image1">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">False</property>
06486d
+            <property name="tooltip_text" translatable="yes">The coredump file is necessary for generating stack trace which is time and space consuming operation. ABRT provides a service which generates the stack trace from the coredump but you have to upload the coredump to this service. With this option disabled ABRT will upload the coredump without asking.</property>
06486d
+            <property name="halign">end</property>
06486d
+            <property name="margin_left">5</property>
06486d
+            <property name="margin_right">1</property>
06486d
+            <property name="stock">gtk-dialog-question</property>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">2</property>
06486d
+            <property name="top_attach">0</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkImage" id="image2">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">False</property>
06486d
+            <property name="tooltip_text" translatable="yes">ABRT stores problem data in directories. Whenever ABRT needs writable directory, the directory is moved from the system location to your home directory. With this option disabled ABRT will move the problem directory without asking.</property>
06486d
+            <property name="halign">end</property>
06486d
+            <property name="margin_left">5</property>
06486d
+            <property name="stock">gtk-dialog-question</property>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">2</property>
06486d
+            <property name="top_attach">1</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkImage" id="image3">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">False</property>
06486d
+            <property name="tooltip_text" translatable="yes">uReport is short and completely anonymous description of a problem. ABRT uses uReports  for fast global duplicate detection. In default configuration uReport is sent at beginning of reporting process. With this option enabled uReports are sent automatically immediately after problem detection.</property>
06486d
+            <property name="halign">end</property>
06486d
+            <property name="margin_left">5</property>
06486d
+            <property name="stock">gtk-dialog-question</property>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">2</property>
06486d
+            <property name="top_attach">3</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkImage" id="image4">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">False</property>
06486d
+            <property name="tooltip_text" translatable="yes">With this option enabled reporting process started by click on Report button in problem notification bubble will be interrupted after uReport is sent. You can always use the default problem browser to make complete report.</property>
06486d
+            <property name="halign">end</property>
06486d
+            <property name="margin_left">5</property>
06486d
+            <property name="stock">gtk-dialog-question</property>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">2</property>
06486d
+            <property name="top_attach">4</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkImage" id="image5">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">False</property>
06486d
+            <property name="tooltip_text" translatable="yes"> With this option enabled ABRT never shows notifications of reported problems. Takes effect only if Shortened reporting is enabled.</property>
06486d
+            <property name="halign">end</property>
06486d
+            <property name="margin_left">5</property>
06486d
+            <property name="stock">gtk-dialog-question</property>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">2</property>
06486d
+            <property name="top_attach">5</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkLabel" id="label1">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">False</property>
06486d
+            <property name="halign">start</property>
06486d
+            <property name="hexpand">True</property>
06486d
+            <property name="ypad">10</property>
06486d
+            <property name="label" translatable="yes">Ask before uploading coredump</property>
06486d
+            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
06486d
+            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">0</property>
06486d
+            <property name="top_attach">0</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkImage" id="image6">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">False</property>
06486d
+            <property name="tooltip_text" translatable="yes"> With this option enabled ABRT always create bug ticket with restricted access if possibly sensitive data are dected.</property>
06486d
+            <property name="halign">end</property>
06486d
+            <property name="margin_left">5</property>
06486d
+            <property name="stock">gtk-dialog-question</property>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">2</property>
06486d
+            <property name="top_attach">2</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkLabel" id="label5">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">False</property>
06486d
+            <property name="halign">start</property>
06486d
+            <property name="hexpand">True</property>
06486d
+            <property name="ypad">10</property>
06486d
+            <property name="label" translatable="yes">Request private ticket for sensitive information</property>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">0</property>
06486d
+            <property name="top_attach">2</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkSwitch" id="switch_private_ticket">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">True</property>
06486d
+            <property name="halign">end</property>
06486d
+            <property name="valign">center</property>
06486d
+            <property name="margin_left">10</property>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">1</property>
06486d
+            <property name="top_attach">2</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkLabel" id="label6">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">False</property>
06486d
+            <property name="halign">start</property>
06486d
+            <property name="hexpand">True</property>
06486d
+            <property name="ypad">10</property>
06486d
+            <property name="label" translatable="yes">Notify incomplete problems</property>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">0</property>
06486d
+            <property name="top_attach">6</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkSwitch" id="switch_notify_incomplete_problems">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">True</property>
06486d
+            <property name="halign">end</property>
06486d
+            <property name="valign">center</property>
06486d
+            <property name="margin_left">10</property>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">1</property>
06486d
+            <property name="top_attach">6</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+        <child>
06486d
+          <object class="GtkImage" id="image7">
06486d
+            <property name="visible">True</property>
06486d
+            <property name="can_focus">False</property>
06486d
+            <property name="tooltip_text" translatable="yes">Incomplete problems are detected while computer is shutting down or user is logging out. In order to provide valuable problem reports, ABRT will not allow you to submit these problems.</property>
06486d
+            <property name="halign">end</property>
06486d
+            <property name="margin_left">5</property>
06486d
+            <property name="stock">gtk-dialog-question</property>
06486d
+          </object>
06486d
+          <packing>
06486d
+            <property name="left_attach">2</property>
06486d
+            <property name="top_attach">6</property>
06486d
+            <property name="width">1</property>
06486d
+            <property name="height">1</property>
06486d
+          </packing>
06486d
+        </child>
06486d
+      </object>
06486d
+    </child>
06486d
+  </object>
06486d
+</interface>
06486d
diff --git a/src/configuration-gui/abrt-config-widget.ui b/src/configuration-gui/abrt-config-widget.ui
06486d
deleted file mode 100644
06486d
index e470011..0000000
06486d
--- a/src/configuration-gui/abrt-config-widget.ui
06486d
+++ /dev/null
06486d
@@ -1,358 +0,0 @@
06486d
-
06486d
-<interface>
06486d
-  
06486d
-  <object class="GtkWindow" id="window1">
06486d
-    <property name="can_focus">False</property>
06486d
-    <child>
06486d
-      <object class="GtkGrid" id="grid">
06486d
-        <property name="visible">True</property>
06486d
-        <property name="can_focus">False</property>
06486d
-        <property name="margin_left">10</property>
06486d
-        <property name="margin_right">10</property>
06486d
-        <property name="margin_top">10</property>
06486d
-        <property name="margin_bottom">10</property>
06486d
-        <property name="row_homogeneous">True</property>
06486d
-        <child>
06486d
-          <object class="GtkLabel" id="label2">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">False</property>
06486d
-            <property name="halign">start</property>
06486d
-            <property name="hexpand">True</property>
06486d
-            <property name="ypad">10</property>
06486d
-            <property name="label" translatable="yes">Ask before stealing directory</property>
06486d
-            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
06486d
-            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">0</property>
06486d
-            <property name="top_attach">1</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkLabel" id="label3">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">False</property>
06486d
-            <property name="halign">start</property>
06486d
-            <property name="hexpand">True</property>
06486d
-            <property name="ypad">10</property>
06486d
-            <property name="label" translatable="yes">Automatically send uReport</property>
06486d
-            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
06486d
-            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">0</property>
06486d
-            <property name="top_attach">3</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkSwitch" id="switch_upload_coredump">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">True</property>
06486d
-            <property name="halign">end</property>
06486d
-            <property name="valign">center</property>
06486d
-            <property name="margin_left">10</property>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">1</property>
06486d
-            <property name="top_attach">0</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkSwitch" id="switch_steal_directory">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">True</property>
06486d
-            <property name="halign">end</property>
06486d
-            <property name="valign">center</property>
06486d
-            <property name="margin_left">10</property>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">1</property>
06486d
-            <property name="top_attach">1</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkSwitch" id="switch_send_ureport">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">True</property>
06486d
-            <property name="halign">end</property>
06486d
-            <property name="valign">center</property>
06486d
-            <property name="margin_left">10</property>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">1</property>
06486d
-            <property name="top_attach">3</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkLabel" id="label4">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">False</property>
06486d
-            <property name="halign">start</property>
06486d
-            <property name="hexpand">True</property>
06486d
-            <property name="ypad">10</property>
06486d
-            <property name="label" translatable="yes">Shortened reporting</property>
06486d
-            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
06486d
-            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">0</property>
06486d
-            <property name="top_attach">4</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkSwitch" id="switch_shortened_reporting">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">True</property>
06486d
-            <property name="halign">end</property>
06486d
-            <property name="valign">center</property>
06486d
-            <property name="margin_left">10</property>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">1</property>
06486d
-            <property name="top_attach">4</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkSwitch" id="switch_silent_shortened_reporting">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">True</property>
06486d
-            <property name="halign">end</property>
06486d
-            <property name="valign">center</property>
06486d
-            <property name="margin_left">10</property>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">1</property>
06486d
-            <property name="top_attach">5</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkLabel" id="label9">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">False</property>
06486d
-            <property name="halign">start</property>
06486d
-            <property name="hexpand">True</property>
06486d
-            <property name="ypad">10</property>
06486d
-            <property name="label" translatable="yes">Silent shortened reporting</property>
06486d
-            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
06486d
-            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">0</property>
06486d
-            <property name="top_attach">5</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkImage" id="image1">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">False</property>
06486d
-            <property name="tooltip_text" translatable="yes">The coredump file is necessary for generating stack trace which is time and space consuming operation. ABRT provides a service which generates the stack trace from the coredump but you have to upload the coredump to this service. With this option disabled ABRT will upload the coredump without asking.</property>
06486d
-            <property name="halign">end</property>
06486d
-            <property name="margin_left">5</property>
06486d
-            <property name="margin_right">1</property>
06486d
-            <property name="stock">gtk-dialog-question</property>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">2</property>
06486d
-            <property name="top_attach">0</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkImage" id="image2">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">False</property>
06486d
-            <property name="tooltip_text" translatable="yes">ABRT stores problem data in directories. Whenever ABRT needs writable directory, the directory is moved from the system location to your home directory. With this option disabled ABRT will move the problem directory without asking.</property>
06486d
-            <property name="halign">end</property>
06486d
-            <property name="margin_left">5</property>
06486d
-            <property name="stock">gtk-dialog-question</property>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">2</property>
06486d
-            <property name="top_attach">1</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkImage" id="image3">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">False</property>
06486d
-            <property name="tooltip_text" translatable="yes">uReport is short and completely anonymous description of a problem. ABRT uses uReports  for fast global duplicate detection. In default configuration uReport is sent at beginning of reporting process. With this option enabled uReports are sent automatically immediately after problem detection.</property>
06486d
-            <property name="halign">end</property>
06486d
-            <property name="margin_left">5</property>
06486d
-            <property name="stock">gtk-dialog-question</property>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">2</property>
06486d
-            <property name="top_attach">3</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkImage" id="image4">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">False</property>
06486d
-            <property name="tooltip_text" translatable="yes">With this option enabled reporting process started by click on Report button in problem notification bubble will be interrupted after uReport is sent. You can always use the default problem browser to make complete report.</property>
06486d
-            <property name="halign">end</property>
06486d
-            <property name="margin_left">5</property>
06486d
-            <property name="stock">gtk-dialog-question</property>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">2</property>
06486d
-            <property name="top_attach">4</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkImage" id="image5">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">False</property>
06486d
-            <property name="tooltip_text" translatable="yes"> With this option enabled ABRT never shows notifications of reported problems. Takes effect only if Shortened reporting is enabled.</property>
06486d
-            <property name="halign">end</property>
06486d
-            <property name="margin_left">5</property>
06486d
-            <property name="stock">gtk-dialog-question</property>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">2</property>
06486d
-            <property name="top_attach">5</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkLabel" id="label1">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">False</property>
06486d
-            <property name="halign">start</property>
06486d
-            <property name="hexpand">True</property>
06486d
-            <property name="ypad">10</property>
06486d
-            <property name="label" translatable="yes">Ask before uploading coredump</property>
06486d
-            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
06486d
-            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">0</property>
06486d
-            <property name="top_attach">0</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkImage" id="image6">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">False</property>
06486d
-            <property name="tooltip_text" translatable="yes"> With this option enabled ABRT always create bug ticket with restricted access if possibly sensitive data are dected.</property>
06486d
-            <property name="halign">end</property>
06486d
-            <property name="margin_left">5</property>
06486d
-            <property name="stock">gtk-dialog-question</property>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">2</property>
06486d
-            <property name="top_attach">2</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkLabel" id="label5">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">False</property>
06486d
-            <property name="halign">start</property>
06486d
-            <property name="hexpand">True</property>
06486d
-            <property name="ypad">10</property>
06486d
-            <property name="label" translatable="yes">Request private ticket for sensitive information</property>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">0</property>
06486d
-            <property name="top_attach">2</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkSwitch" id="switch_private_ticket">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">True</property>
06486d
-            <property name="halign">end</property>
06486d
-            <property name="valign">center</property>
06486d
-            <property name="margin_left">10</property>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">1</property>
06486d
-            <property name="top_attach">2</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkLabel" id="label6">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">False</property>
06486d
-            <property name="halign">start</property>
06486d
-            <property name="hexpand">True</property>
06486d
-            <property name="ypad">10</property>
06486d
-            <property name="label" translatable="yes">Notify incomplete problems</property>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">0</property>
06486d
-            <property name="top_attach">6</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkSwitch" id="switch_notify_incomplete_problems">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">True</property>
06486d
-            <property name="halign">end</property>
06486d
-            <property name="valign">center</property>
06486d
-            <property name="margin_left">10</property>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">1</property>
06486d
-            <property name="top_attach">6</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-        <child>
06486d
-          <object class="GtkImage" id="image7">
06486d
-            <property name="visible">True</property>
06486d
-            <property name="can_focus">False</property>
06486d
-            <property name="tooltip_text" translatable="yes">Incomplete problems are detected while computer is shutting down or user is logging out. In order to provide valuable problem reports, ABRT will not allow you to submit these problems.</property>
06486d
-            <property name="halign">end</property>
06486d
-            <property name="margin_left">5</property>
06486d
-            <property name="stock">gtk-dialog-question</property>
06486d
-          </object>
06486d
-          <packing>
06486d
-            <property name="left_attach">2</property>
06486d
-            <property name="top_attach">6</property>
06486d
-            <property name="width">1</property>
06486d
-            <property name="height">1</property>
06486d
-          </packing>
06486d
-        </child>
06486d
-      </object>
06486d
-    </child>
06486d
-  </object>
06486d
-</interface>
06486d
-- 
06486d
1.8.3.1
06486d