Author: epiotr
Date: Wed Jan 16 14:52:54 2008
New Revision: 1517
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1517&view=rev

Log:
Set template-combo history as case sensitive

Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/src/gnome-cmd-advrename-dialog.cc

Modified: branches/gcmd-1-3/src/gnome-cmd-advrename-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-advrename-dialog.cc (original)
+++ branches/gcmd-1-3/src/gnome-cmd-advrename-dialog.cc Wed Jan 16 14:52:54 2008
@@ -1094,6 +1094,7 @@
     gnome_cmd_dialog_add_category (GNOME_CMD_DIALOG (dialog), cat);
 
     in_dialog->priv->templ_combo = create_combo (dialog);
+    gtk_combo_set_case_sensitive (GTK_COMBO (in_dialog->priv->templ_combo), 
TRUE);
     in_dialog->priv->templ_entry = GTK_COMBO 
(in_dialog->priv->templ_combo)->entry;
     gtk_signal_connect (GTK_OBJECT (in_dialog->priv->templ_entry),
                         "key-press-event", GTK_SIGNAL_FUNC 
(on_templ_entry_keypress),
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to