Code freeze break request for gnome-applets



As per bug 575105, the mixer applet responds to two OAFIIDs and we only
check for one when replacing it with the null applet.

The proposed patch is attached (this is not the same as the bug-report
patch, this one checks for both OAFIIDs). It adds a check for the second
OAFIID.

 - Callum
Index: null_applet.c
===================================================================
--- null_applet.c	(revision 11355)
+++ null_applet.c	(working copy)
@@ -42,6 +42,8 @@
 			"OAFIID:GNOME_CDPlayerApplet", "CD Player");
 	g_hash_table_insert (hash_table,
 			     "OAFIID:GNOME_MixerApplet_Factory", "Volume Control");
+	g_hash_table_insert (hash_table,
+			     "OAFIID:GNOME_MixerApplet", "Volume Control");
 }
 
 static gboolean already_running;


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