gossip r2808 - in trunk: . src



Author: rhult
Date: Sun May 18 14:41:51 2008
New Revision: 2808
URL: http://svn.gnome.org/viewvc/gossip?rev=2808&view=rev

Log:
2008-05-18  Richard Hult  <richard imendio com>

	* src/gossip-app.c: (app_setup_throbber): Constify string from
	gettext.


Modified:
   trunk/ChangeLog
   trunk/src/gossip-app.c

Modified: trunk/src/gossip-app.c
==============================================================================
--- trunk/src/gossip-app.c	(original)
+++ trunk/src/gossip-app.c	Sun May 18 14:41:51 2008
@@ -504,7 +504,7 @@
 	GossipAppPriv *priv;
 	GtkWidget     *ebox;
 	GtkToolItem   *item;
-	gchar         *str;
+	const gchar   *str;
 
 	priv = GET_PRIV (app);
 



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