gnome-applets r11290 - trunk/mini-commander/src



Author: callum
Date: Tue Feb 17 00:17:12 2009
New Revision: 11290
URL: http://svn.gnome.org/viewvc/gnome-applets?rev=11290&view=rev

Log:
More deprecated function replacement. Why didn't GTK_DISABLE_DEPRECATED pick these up?

Modified:
   trunk/mini-commander/src/command_line.c

Modified: trunk/mini-commander/src/command_line.c
==============================================================================
--- trunk/mini-commander/src/command_line.c	(original)
+++ trunk/mini-commander/src/command_line.c	Tue Feb 17 00:17:12 2009
@@ -507,7 +507,7 @@
 void
 mc_create_command_entry (MCData *mc)
 {
-    mc->entry = gtk_entry_new_with_max_length ();
+    mc->entry = gtk_entry_new_with_max ();
     gtk_entry_set_max_length (GTK_ENTRY (mc->entry), MC_MAX_COMMAND_LENGTH); 
 
     g_signal_connect (mc->entry, "key_press_event",



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