Update signal name to be changed instead of selection_changed.

2001-06-10  Anders Carlsson  <andersca@codefactory.se>

	* demos/gtk-demo/stock_browser.c (do_stock_browser): Update
	signal name to be changed instead of selection_changed.
This commit is contained in:
Anders Carlsson
2001-06-10 09:57:55 +00:00
committed by Anders Carlsson
parent 994a8daae5
commit 5d58e47c53
8 changed files with 36 additions and 1 deletions

View File

@ -501,7 +501,7 @@ do_stock_browser (void)
gtk_tree_selection_set_mode (selection, GTK_TREE_SELECTION_SINGLE);
g_signal_connect_data (G_OBJECT (selection),
"selection_changed",
"changed",
G_CALLBACK (selection_changed),
NULL, NULL, FALSE, FALSE);
}