Revert destructive-action on SubRequest deny

This commit is contained in:
Daniel Brötzmann 2019-04-19 11:49:54 +02:00 committed by Philipp Hörist
parent 24352b57c7
commit bd75c78b82
1 changed files with 5 additions and 3 deletions

View File

@ -31,6 +31,9 @@
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="halign">start</property> <property name="halign">start</property>
<property name="label">&lt;XMPP address&gt;</property> <property name="label">&lt;XMPP address&gt;</property>
<property name="wrap">True</property>
<property name="wrap_mode">word-char</property>
<property name="max_width_chars">50</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<style> <style>
<class name="large-header"/> <class name="large-header"/>
@ -48,6 +51,7 @@
<property name="halign">start</property> <property name="halign">start</property>
<property name="label">&lt;subscription request&gt;</property> <property name="label">&lt;subscription request&gt;</property>
<property name="wrap">True</property> <property name="wrap">True</property>
<property name="max_width_chars">50</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<style> <style>
<class name="dim-label"/> <class name="dim-label"/>
@ -67,6 +71,7 @@
<property name="label">&lt;subscription text&gt; <property name="label">&lt;subscription text&gt;
</property> </property>
<property name="wrap">True</property> <property name="wrap">True</property>
<property name="max_width_chars">50</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="yalign">0</property> <property name="yalign">0</property>
<attributes> <attributes>
@ -148,9 +153,6 @@
<property name="tooltip_text" translatable="yes">Deny authorization from contact so the contact cannot know if you are connected</property> <property name="tooltip_text" translatable="yes">Deny authorization from contact so the contact cannot know if you are connected</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<signal name="clicked" handler="on_deny_button_clicked" swapped="no"/> <signal name="clicked" handler="on_deny_button_clicked" swapped="no"/>
<style>
<class name="destructive-action"/>
</style>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>