gnome-utils r8212 - in trunk/gnome-dictionary: . src



Author: cosimoc
Date: Tue Dec 23 10:48:52 2008
New Revision: 8212
URL: http://svn.gnome.org/viewvc/gnome-utils?rev=8212&view=rev

Log:
2008-12-23  Cosimo Cecchi  <cosimoc gnome org>

	* src/gdict-applet.c: use the right order when passing arguments
	to PANEL_APPLET_BONOBO_FACTORY. Thanks to Yanko Kaneti.


Modified:
   trunk/gnome-dictionary/ChangeLog
   trunk/gnome-dictionary/src/gdict-applet.c

Modified: trunk/gnome-dictionary/src/gdict-applet.c
==============================================================================
--- trunk/gnome-dictionary/src/gdict-applet.c	(original)
+++ trunk/gnome-dictionary/src/gdict-applet.c	Tue Dec 23 10:48:52 2008
@@ -1306,8 +1306,9 @@
 
 /* this defines the main () for the applet */
 PANEL_APPLET_BONOBO_FACTORY ("OAFIID:GNOME_DictionaryApplet_Factory",
-			     "gnome-dictionary-applet", VERSION,
 			     GDICT_TYPE_APPLET,
+			     "gnome-dictionary-applet",
+			     VERSION,
 			     gdict_applet_factory,
 			     NULL);
 



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