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



commit 6bb59099027935e75fd588ba8ddb5011d6c74ad0
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 315be43..6e23016 100644
--- a/lib/settings.ui
+++ b/lib/settings.ui
@@ -23,6 +23,7 @@
             <property name="margin_top">16</property>
             <property name="margin_bottom">16</property>
             <property name="icon_name">image-missing</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]