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

69165ba
From 88eebe6a15a640001795da35704e2a4cff9ddbc0 Mon Sep 17 00:00:00 2001
69165ba
From: Jakub Filak <jfilak@redhat.com>
69165ba
Date: Tue, 15 Apr 2014 09:18:47 +0200
69165ba
Subject: [ABRT PATCH 43/66] configu UI: use glade file extension instead of ui
69165ba
69165ba
intltool recognizes translatable strings in XML UI files only if the
69165ba
file has "glade" extension.
69165ba
69165ba
Resolves rhbz#1087777
69165ba
69165ba
Signed-off-by: Jakub Filak <jfilak@redhat.com>
69165ba
---
69165ba
 po/POTFILES.in                                 |   2 +-
69165ba
 src/configuration-gui/Makefile.am              |   2 +-
69165ba
 src/configuration-gui/abrt-config-widget.c     |   2 +-
69165ba
 src/configuration-gui/abrt-config-widget.glade | 358 +++++++++++++++++++++++++
69165ba
 src/configuration-gui/abrt-config-widget.ui    | 358 -------------------------
69165ba
 5 files changed, 361 insertions(+), 361 deletions(-)
69165ba
 create mode 100644 src/configuration-gui/abrt-config-widget.glade
69165ba
 delete mode 100644 src/configuration-gui/abrt-config-widget.ui
69165ba
69165ba
diff --git a/po/POTFILES.in b/po/POTFILES.in
69165ba
index 6d90162..2c36802 100644
69165ba
--- a/po/POTFILES.in
69165ba
+++ b/po/POTFILES.in
69165ba
@@ -3,7 +3,7 @@
69165ba
 # Please keep this file sorted alphabetically.
69165ba
 src/applet/abrt-applet.desktop.in
69165ba
 src/applet/applet.c
69165ba
-src/configuration-gui/abrt-config-widget.ui
69165ba
+src/configuration-gui/abrt-config-widget.glade
69165ba
 src/configuration-gui/system-config-abrt.c
69165ba
 src/configuration-gui/main.c
69165ba
 src/daemon/abrt-action-save-package-data.c
69165ba
diff --git a/src/configuration-gui/Makefile.am b/src/configuration-gui/Makefile.am
69165ba
index 67b010d..4d20318 100644
69165ba
--- a/src/configuration-gui/Makefile.am
69165ba
+++ b/src/configuration-gui/Makefile.am
69165ba
@@ -56,7 +56,7 @@ system_config_abrt_LDADD = \
69165ba
 	$(GTK_LIBS) \
69165ba
 	$(LIBREPORT_LIBS)
69165ba
 
69165ba
-dist_ui_DATA = abrt-config-widget.ui
69165ba
+dist_ui_DATA = abrt-config-widget.glade
69165ba
 uidir = $(pkgdatadir)/ui
69165ba
 
69165ba
 EXTRA_DIST = abrt_gui.pc.in
69165ba
diff --git a/src/configuration-gui/abrt-config-widget.c b/src/configuration-gui/abrt-config-widget.c
69165ba
index 2c0ba9b..45eac95 100644
69165ba
--- a/src/configuration-gui/abrt-config-widget.c
69165ba
+++ b/src/configuration-gui/abrt-config-widget.c
69165ba
@@ -30,7 +30,7 @@
69165ba
 
69165ba
 #define WID(s) GTK_WIDGET(gtk_builder_get_object(self->priv->builder, s))
69165ba
 
69165ba
-#define UI_FILE_NAME "abrt-config-widget.ui"
69165ba
+#define UI_FILE_NAME "abrt-config-widget.glade"
69165ba
 
69165ba
 typedef struct {
69165ba
     char *app_name;
69165ba
diff --git a/src/configuration-gui/abrt-config-widget.glade b/src/configuration-gui/abrt-config-widget.glade
69165ba
new file mode 100644
69165ba
index 0000000..e470011
69165ba
--- /dev/null
69165ba
+++ b/src/configuration-gui/abrt-config-widget.glade
69165ba
@@ -0,0 +1,358 @@
69165ba
+
69165ba
+<interface>
69165ba
+  
69165ba
+  <object class="GtkWindow" id="window1">
69165ba
+    <property name="can_focus">False</property>
69165ba
+    <child>
69165ba
+      <object class="GtkGrid" id="grid">
69165ba
+        <property name="visible">True</property>
69165ba
+        <property name="can_focus">False</property>
69165ba
+        <property name="margin_left">10</property>
69165ba
+        <property name="margin_right">10</property>
69165ba
+        <property name="margin_top">10</property>
69165ba
+        <property name="margin_bottom">10</property>
69165ba
+        <property name="row_homogeneous">True</property>
69165ba
+        <child>
69165ba
+          <object class="GtkLabel" id="label2">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">False</property>
69165ba
+            <property name="halign">start</property>
69165ba
+            <property name="hexpand">True</property>
69165ba
+            <property name="ypad">10</property>
69165ba
+            <property name="label" translatable="yes">Ask before stealing directory</property>
69165ba
+            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
69165ba
+            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">0</property>
69165ba
+            <property name="top_attach">1</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkLabel" id="label3">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">False</property>
69165ba
+            <property name="halign">start</property>
69165ba
+            <property name="hexpand">True</property>
69165ba
+            <property name="ypad">10</property>
69165ba
+            <property name="label" translatable="yes">Automatically send uReport</property>
69165ba
+            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
69165ba
+            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">0</property>
69165ba
+            <property name="top_attach">3</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkSwitch" id="switch_upload_coredump">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">True</property>
69165ba
+            <property name="halign">end</property>
69165ba
+            <property name="valign">center</property>
69165ba
+            <property name="margin_left">10</property>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">1</property>
69165ba
+            <property name="top_attach">0</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkSwitch" id="switch_steal_directory">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">True</property>
69165ba
+            <property name="halign">end</property>
69165ba
+            <property name="valign">center</property>
69165ba
+            <property name="margin_left">10</property>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">1</property>
69165ba
+            <property name="top_attach">1</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkSwitch" id="switch_send_ureport">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">True</property>
69165ba
+            <property name="halign">end</property>
69165ba
+            <property name="valign">center</property>
69165ba
+            <property name="margin_left">10</property>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">1</property>
69165ba
+            <property name="top_attach">3</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkLabel" id="label4">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">False</property>
69165ba
+            <property name="halign">start</property>
69165ba
+            <property name="hexpand">True</property>
69165ba
+            <property name="ypad">10</property>
69165ba
+            <property name="label" translatable="yes">Shortened reporting</property>
69165ba
+            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
69165ba
+            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">0</property>
69165ba
+            <property name="top_attach">4</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkSwitch" id="switch_shortened_reporting">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">True</property>
69165ba
+            <property name="halign">end</property>
69165ba
+            <property name="valign">center</property>
69165ba
+            <property name="margin_left">10</property>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">1</property>
69165ba
+            <property name="top_attach">4</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkSwitch" id="switch_silent_shortened_reporting">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">True</property>
69165ba
+            <property name="halign">end</property>
69165ba
+            <property name="valign">center</property>
69165ba
+            <property name="margin_left">10</property>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">1</property>
69165ba
+            <property name="top_attach">5</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkLabel" id="label9">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">False</property>
69165ba
+            <property name="halign">start</property>
69165ba
+            <property name="hexpand">True</property>
69165ba
+            <property name="ypad">10</property>
69165ba
+            <property name="label" translatable="yes">Silent shortened reporting</property>
69165ba
+            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
69165ba
+            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">0</property>
69165ba
+            <property name="top_attach">5</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkImage" id="image1">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">False</property>
69165ba
+            <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>
69165ba
+            <property name="halign">end</property>
69165ba
+            <property name="margin_left">5</property>
69165ba
+            <property name="margin_right">1</property>
69165ba
+            <property name="stock">gtk-dialog-question</property>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">2</property>
69165ba
+            <property name="top_attach">0</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkImage" id="image2">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">False</property>
69165ba
+            <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>
69165ba
+            <property name="halign">end</property>
69165ba
+            <property name="margin_left">5</property>
69165ba
+            <property name="stock">gtk-dialog-question</property>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">2</property>
69165ba
+            <property name="top_attach">1</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkImage" id="image3">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">False</property>
69165ba
+            <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>
69165ba
+            <property name="halign">end</property>
69165ba
+            <property name="margin_left">5</property>
69165ba
+            <property name="stock">gtk-dialog-question</property>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">2</property>
69165ba
+            <property name="top_attach">3</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkImage" id="image4">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">False</property>
69165ba
+            <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>
69165ba
+            <property name="halign">end</property>
69165ba
+            <property name="margin_left">5</property>
69165ba
+            <property name="stock">gtk-dialog-question</property>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">2</property>
69165ba
+            <property name="top_attach">4</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkImage" id="image5">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">False</property>
69165ba
+            <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>
69165ba
+            <property name="halign">end</property>
69165ba
+            <property name="margin_left">5</property>
69165ba
+            <property name="stock">gtk-dialog-question</property>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">2</property>
69165ba
+            <property name="top_attach">5</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkLabel" id="label1">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">False</property>
69165ba
+            <property name="halign">start</property>
69165ba
+            <property name="hexpand">True</property>
69165ba
+            <property name="ypad">10</property>
69165ba
+            <property name="label" translatable="yes">Ask before uploading coredump</property>
69165ba
+            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
69165ba
+            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">0</property>
69165ba
+            <property name="top_attach">0</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkImage" id="image6">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">False</property>
69165ba
+            <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>
69165ba
+            <property name="halign">end</property>
69165ba
+            <property name="margin_left">5</property>
69165ba
+            <property name="stock">gtk-dialog-question</property>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">2</property>
69165ba
+            <property name="top_attach">2</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkLabel" id="label5">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">False</property>
69165ba
+            <property name="halign">start</property>
69165ba
+            <property name="hexpand">True</property>
69165ba
+            <property name="ypad">10</property>
69165ba
+            <property name="label" translatable="yes">Request private ticket for sensitive information</property>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">0</property>
69165ba
+            <property name="top_attach">2</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkSwitch" id="switch_private_ticket">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">True</property>
69165ba
+            <property name="halign">end</property>
69165ba
+            <property name="valign">center</property>
69165ba
+            <property name="margin_left">10</property>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">1</property>
69165ba
+            <property name="top_attach">2</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkLabel" id="label6">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">False</property>
69165ba
+            <property name="halign">start</property>
69165ba
+            <property name="hexpand">True</property>
69165ba
+            <property name="ypad">10</property>
69165ba
+            <property name="label" translatable="yes">Notify incomplete problems</property>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">0</property>
69165ba
+            <property name="top_attach">6</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkSwitch" id="switch_notify_incomplete_problems">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">True</property>
69165ba
+            <property name="halign">end</property>
69165ba
+            <property name="valign">center</property>
69165ba
+            <property name="margin_left">10</property>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">1</property>
69165ba
+            <property name="top_attach">6</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+        <child>
69165ba
+          <object class="GtkImage" id="image7">
69165ba
+            <property name="visible">True</property>
69165ba
+            <property name="can_focus">False</property>
69165ba
+            <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>
69165ba
+            <property name="halign">end</property>
69165ba
+            <property name="margin_left">5</property>
69165ba
+            <property name="stock">gtk-dialog-question</property>
69165ba
+          </object>
69165ba
+          <packing>
69165ba
+            <property name="left_attach">2</property>
69165ba
+            <property name="top_attach">6</property>
69165ba
+            <property name="width">1</property>
69165ba
+            <property name="height">1</property>
69165ba
+          </packing>
69165ba
+        </child>
69165ba
+      </object>
69165ba
+    </child>
69165ba
+  </object>
69165ba
+</interface>
69165ba
diff --git a/src/configuration-gui/abrt-config-widget.ui b/src/configuration-gui/abrt-config-widget.ui
69165ba
deleted file mode 100644
69165ba
index e470011..0000000
69165ba
--- a/src/configuration-gui/abrt-config-widget.ui
69165ba
+++ /dev/null
69165ba
@@ -1,358 +0,0 @@
69165ba
-
69165ba
-<interface>
69165ba
-  
69165ba
-  <object class="GtkWindow" id="window1">
69165ba
-    <property name="can_focus">False</property>
69165ba
-    <child>
69165ba
-      <object class="GtkGrid" id="grid">
69165ba
-        <property name="visible">True</property>
69165ba
-        <property name="can_focus">False</property>
69165ba
-        <property name="margin_left">10</property>
69165ba
-        <property name="margin_right">10</property>
69165ba
-        <property name="margin_top">10</property>
69165ba
-        <property name="margin_bottom">10</property>
69165ba
-        <property name="row_homogeneous">True</property>
69165ba
-        <child>
69165ba
-          <object class="GtkLabel" id="label2">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">False</property>
69165ba
-            <property name="halign">start</property>
69165ba
-            <property name="hexpand">True</property>
69165ba
-            <property name="ypad">10</property>
69165ba
-            <property name="label" translatable="yes">Ask before stealing directory</property>
69165ba
-            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
69165ba
-            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">0</property>
69165ba
-            <property name="top_attach">1</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkLabel" id="label3">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">False</property>
69165ba
-            <property name="halign">start</property>
69165ba
-            <property name="hexpand">True</property>
69165ba
-            <property name="ypad">10</property>
69165ba
-            <property name="label" translatable="yes">Automatically send uReport</property>
69165ba
-            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
69165ba
-            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">0</property>
69165ba
-            <property name="top_attach">3</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkSwitch" id="switch_upload_coredump">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">True</property>
69165ba
-            <property name="halign">end</property>
69165ba
-            <property name="valign">center</property>
69165ba
-            <property name="margin_left">10</property>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">1</property>
69165ba
-            <property name="top_attach">0</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkSwitch" id="switch_steal_directory">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">True</property>
69165ba
-            <property name="halign">end</property>
69165ba
-            <property name="valign">center</property>
69165ba
-            <property name="margin_left">10</property>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">1</property>
69165ba
-            <property name="top_attach">1</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkSwitch" id="switch_send_ureport">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">True</property>
69165ba
-            <property name="halign">end</property>
69165ba
-            <property name="valign">center</property>
69165ba
-            <property name="margin_left">10</property>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">1</property>
69165ba
-            <property name="top_attach">3</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkLabel" id="label4">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">False</property>
69165ba
-            <property name="halign">start</property>
69165ba
-            <property name="hexpand">True</property>
69165ba
-            <property name="ypad">10</property>
69165ba
-            <property name="label" translatable="yes">Shortened reporting</property>
69165ba
-            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
69165ba
-            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">0</property>
69165ba
-            <property name="top_attach">4</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkSwitch" id="switch_shortened_reporting">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">True</property>
69165ba
-            <property name="halign">end</property>
69165ba
-            <property name="valign">center</property>
69165ba
-            <property name="margin_left">10</property>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">1</property>
69165ba
-            <property name="top_attach">4</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkSwitch" id="switch_silent_shortened_reporting">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">True</property>
69165ba
-            <property name="halign">end</property>
69165ba
-            <property name="valign">center</property>
69165ba
-            <property name="margin_left">10</property>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">1</property>
69165ba
-            <property name="top_attach">5</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkLabel" id="label9">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">False</property>
69165ba
-            <property name="halign">start</property>
69165ba
-            <property name="hexpand">True</property>
69165ba
-            <property name="ypad">10</property>
69165ba
-            <property name="label" translatable="yes">Silent shortened reporting</property>
69165ba
-            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
69165ba
-            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">0</property>
69165ba
-            <property name="top_attach">5</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkImage" id="image1">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">False</property>
69165ba
-            <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>
69165ba
-            <property name="halign">end</property>
69165ba
-            <property name="margin_left">5</property>
69165ba
-            <property name="margin_right">1</property>
69165ba
-            <property name="stock">gtk-dialog-question</property>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">2</property>
69165ba
-            <property name="top_attach">0</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkImage" id="image2">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">False</property>
69165ba
-            <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>
69165ba
-            <property name="halign">end</property>
69165ba
-            <property name="margin_left">5</property>
69165ba
-            <property name="stock">gtk-dialog-question</property>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">2</property>
69165ba
-            <property name="top_attach">1</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkImage" id="image3">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">False</property>
69165ba
-            <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>
69165ba
-            <property name="halign">end</property>
69165ba
-            <property name="margin_left">5</property>
69165ba
-            <property name="stock">gtk-dialog-question</property>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">2</property>
69165ba
-            <property name="top_attach">3</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkImage" id="image4">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">False</property>
69165ba
-            <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>
69165ba
-            <property name="halign">end</property>
69165ba
-            <property name="margin_left">5</property>
69165ba
-            <property name="stock">gtk-dialog-question</property>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">2</property>
69165ba
-            <property name="top_attach">4</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkImage" id="image5">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">False</property>
69165ba
-            <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>
69165ba
-            <property name="halign">end</property>
69165ba
-            <property name="margin_left">5</property>
69165ba
-            <property name="stock">gtk-dialog-question</property>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">2</property>
69165ba
-            <property name="top_attach">5</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkLabel" id="label1">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">False</property>
69165ba
-            <property name="halign">start</property>
69165ba
-            <property name="hexpand">True</property>
69165ba
-            <property name="ypad">10</property>
69165ba
-            <property name="label" translatable="yes">Ask before uploading coredump</property>
69165ba
-            <signal name="enter-notify-event" handler="label_enter_notify_event_cb" swapped="no"/>
69165ba
-            <signal name="leave-notify-event" handler="label_leave_notify_event_cb" swapped="no"/>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">0</property>
69165ba
-            <property name="top_attach">0</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkImage" id="image6">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">False</property>
69165ba
-            <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>
69165ba
-            <property name="halign">end</property>
69165ba
-            <property name="margin_left">5</property>
69165ba
-            <property name="stock">gtk-dialog-question</property>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">2</property>
69165ba
-            <property name="top_attach">2</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkLabel" id="label5">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">False</property>
69165ba
-            <property name="halign">start</property>
69165ba
-            <property name="hexpand">True</property>
69165ba
-            <property name="ypad">10</property>
69165ba
-            <property name="label" translatable="yes">Request private ticket for sensitive information</property>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">0</property>
69165ba
-            <property name="top_attach">2</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkSwitch" id="switch_private_ticket">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">True</property>
69165ba
-            <property name="halign">end</property>
69165ba
-            <property name="valign">center</property>
69165ba
-            <property name="margin_left">10</property>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">1</property>
69165ba
-            <property name="top_attach">2</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkLabel" id="label6">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">False</property>
69165ba
-            <property name="halign">start</property>
69165ba
-            <property name="hexpand">True</property>
69165ba
-            <property name="ypad">10</property>
69165ba
-            <property name="label" translatable="yes">Notify incomplete problems</property>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">0</property>
69165ba
-            <property name="top_attach">6</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkSwitch" id="switch_notify_incomplete_problems">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">True</property>
69165ba
-            <property name="halign">end</property>
69165ba
-            <property name="valign">center</property>
69165ba
-            <property name="margin_left">10</property>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">1</property>
69165ba
-            <property name="top_attach">6</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-        <child>
69165ba
-          <object class="GtkImage" id="image7">
69165ba
-            <property name="visible">True</property>
69165ba
-            <property name="can_focus">False</property>
69165ba
-            <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>
69165ba
-            <property name="halign">end</property>
69165ba
-            <property name="margin_left">5</property>
69165ba
-            <property name="stock">gtk-dialog-question</property>
69165ba
-          </object>
69165ba
-          <packing>
69165ba
-            <property name="left_attach">2</property>
69165ba
-            <property name="top_attach">6</property>
69165ba
-            <property name="width">1</property>
69165ba
-            <property name="height">1</property>
69165ba
-          </packing>
69165ba
-        </child>
69165ba
-      </object>
69165ba
-    </child>
69165ba
-  </object>
69165ba
-</interface>
69165ba
-- 
69165ba
1.8.3.1
69165ba