[polari] roomList: Mark "Leave" action as destructive



commit b717253963422c90bb6569557ab9fb7c5be3cfe9
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Sep 9 21:04:11 2014 +0200

    roomList: Mark "Leave" action as destructive
    
    We will probably move away from the selection mode pattern next
    cycle, but while we are still using it, mark the destructive
    "leave" action as such ...

 data/resources/main-window.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/resources/main-window.ui b/data/resources/main-window.ui
index e395f55..14e2bae 100644
--- a/data/resources/main-window.ui
+++ b/data/resources/main-window.ui
@@ -245,6 +245,9 @@
                             <property name="receives_default">True</property>
                             <property name="action_name">app.leave-selected-rooms</property>
                             <property name="use_underline">True</property>
+                            <style>
+                              <class name="destructive-action"/>
+                            </style>
                           </object>
                           <packing>
                             <property name="pack_type">end</property>


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