[gnome-bluetooth/gnome-3-14] lib: Fix phone icon if extra icons aren't installed



commit 08e14f6e4e9a96de01ff873fcaa01092ada6abf4
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Apr 27 12:07:55 2015 +0200

    lib: Fix phone icon if extra icons aren't installed
    
    If gnome-icon-theme-extras isn't installed, then the model specific
    icons aren't either. Make sure to set the "use-fallback" property so
    that the default icon is used instead.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1215423

 lib/settings.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/settings.ui b/lib/settings.ui
index cbe9109..0a556f0 100644
--- a/lib/settings.ui
+++ b/lib/settings.ui
@@ -114,6 +114,7 @@
             <property name="margin_top">16</property>
             <property name="margin_bottom">16</property>
             <property name="stock">gtk-missing-image</property>
+            <property name="use-fallback">True</property>
           </object>
           <packing>
             <property name="expand">False</property>


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