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:
parent
994a8daae5
commit
5d58e47c53
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2001-06-08 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_class_init): add read-only
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2001-06-08 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_class_init): add read-only
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2001-06-08 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_class_init): add read-only
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2001-06-08 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_class_init): add read-only
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2001-06-08 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_class_init): add read-only
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2001-06-08 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_class_init): add read-only
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2001-06-08 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_class_init): add read-only
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user