[gnome-bluetooth] Show a BT icon in the toolbar when running standalone



commit b643f872082da01e47db5d66f452b57dbd918834
Author: Joshua Lock <josh linux intel com>
Date:   Wed Oct 14 13:39:55 2009 +0100

    Show a BT icon in the toolbar when running standalone
    
    A small change to make it easier for me to find the UI when I'm running
    standalone mode on a busy desktop.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598413

 moblin/main.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/moblin/main.c b/moblin/main.c
index adf3362..9ec1cb2 100644
--- a/moblin/main.c
+++ b/moblin/main.c
@@ -18,6 +18,8 @@
  *  License along with this library; if not, write to the Free Software
  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  *
+ *  Written by: Joshua Lock <josh linux intel com>
+ *
  */
 
 #ifdef HAVE_CONFIG_H
@@ -81,6 +83,8 @@ main (int argc, char *argv[])
 		return 1;
 	}
 
+	gtk_window_set_default_icon_name ("bluetooth");
+
 	/* Force to correct theme */
 	settings = gtk_settings_get_default ();
 	gtk_settings_set_string_property (settings, "gtk-theme-name",



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