SF.net SVN: geany: [1379] trunk/src/tools.c
ntrel at users.sourceforge.net
ntrel at xxxxx
Fri Mar 9 16:40:23 UTC 2007
Revision: 1379
http://svn.sourceforge.net/geany/?rev=1379&view=rev
Author: ntrel
Date: 2007-03-09 08:40:22 -0800 (Fri, 09 Mar 2007)
Log Message:
-----------
Correct typo.
Modified Paths:
--------------
trunk/src/tools.c
Modified: trunk/src/tools.c
===================================================================
--- trunk/src/tools.c 2007-03-09 15:38:31 UTC (rev 1378)
+++ trunk/src/tools.c 2007-03-09 16:40:22 UTC (rev 1379)
@@ -512,7 +512,7 @@
label = gtk_label_new(str);
entry = gtk_entry_new();
- if (index >= 0)
+ if (idx >= 0)
gtk_entry_set_text(GTK_ENTRY(entry), app->custom_commands[idx]);
gtk_entry_set_max_length(GTK_ENTRY(entry), 255);
gtk_entry_set_width_chars(GTK_ENTRY(entry), 30);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list