SF.net SVN: geany: [1618] trunk/src/tools.c

ntrel at users.sourceforge.net ntrel at xxxxx
Thu Jun 14 16:24:59 UTC 2007


Revision: 1618
          http://svn.sourceforge.net/geany/?rev=1618&view=rev
Author:   ntrel
Date:     2007-06-14 09:24:58 -0700 (Thu, 14 Jun 2007)

Log Message:
-----------
Fix 'sensitive' spelling.

Modified Paths:
--------------
    trunk/src/tools.c

Modified: trunk/src/tools.c
===================================================================
--- trunk/src/tools.c	2007-06-14 15:47:09 UTC (rev 1617)
+++ trunk/src/tools.c	2007-06-14 16:24:58 UTC (rev 1618)
@@ -84,7 +84,7 @@
 static void sc_fill_store(GtkTreeStore *store);
 static gboolean sc_insert(GtkTreeModel *model, GtkTreeIter *iter);
 
-static void on_set_sensetive_toggled(GtkWidget *toggle_button, GtkWidget *target_widget);
+static void on_set_sensitive_toggled(GtkWidget *toggle_button, GtkWidget *target_widget);
 static void on_class_name_entry_changed(GtkWidget *entry, CreateClassDialog *cc_dlg);
 static void on_base_name_entry_changed(GtkWidget *entry, CreateClassDialog *cc_dlg);
 static void on_create_class(CreateClassDialog *cc_dlg);
@@ -1079,7 +1079,7 @@
 		gtk_container_add(GTK_CONTAINER(vbox), hbox);
 		gtk_widget_show(hbox);
 		g_signal_connect(G_OBJECT(cc_dlg->create_constructor_box), "toggled",
-				G_CALLBACK(on_set_sensetive_toggled), (gpointer)hbox);
+				G_CALLBACK(on_set_sensitive_toggled), (gpointer)hbox);
 
 		label = gtk_label_new(_("GTK+ constructor type"));
 		gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0);
@@ -1109,7 +1109,7 @@
 	gtk_widget_show(cc_dlg->dialog);
 }
 
-static void on_set_sensetive_toggled(GtkWidget *toggle_button, GtkWidget *target_widget)
+static void on_set_sensitive_toggled(GtkWidget *toggle_button, GtkWidget *target_widget)
 {
 	g_return_if_fail(toggle_button != NULL);
 	g_return_if_fail(GTK_IS_TOGGLE_BUTTON(toggle_button));


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