]> Pileus Git - ~andy/gtk/commitdiff
Update signal name to be changed instead of selection_changed.
authorAnders Carlsson <andersca@codefactory.se>
Sun, 10 Jun 2001 09:57:55 +0000 (09:57 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Sun, 10 Jun 2001 09:57:55 +0000 (09:57 +0000)
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.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
demos/gtk-demo/stock_browser.c

index 9d28afa389e17f98381398d82508c382c747f9f1..9e96b22b10365665d52c2fc24e8fc264c6e2837b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 9d28afa389e17f98381398d82508c382c747f9f1..9e96b22b10365665d52c2fc24e8fc264c6e2837b 100644 (file)
@@ -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
index 9d28afa389e17f98381398d82508c382c747f9f1..9e96b22b10365665d52c2fc24e8fc264c6e2837b 100644 (file)
@@ -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
index 9d28afa389e17f98381398d82508c382c747f9f1..9e96b22b10365665d52c2fc24e8fc264c6e2837b 100644 (file)
@@ -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
index 9d28afa389e17f98381398d82508c382c747f9f1..9e96b22b10365665d52c2fc24e8fc264c6e2837b 100644 (file)
@@ -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
index 9d28afa389e17f98381398d82508c382c747f9f1..9e96b22b10365665d52c2fc24e8fc264c6e2837b 100644 (file)
@@ -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
index 9d28afa389e17f98381398d82508c382c747f9f1..9e96b22b10365665d52c2fc24e8fc264c6e2837b 100644 (file)
@@ -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
index 33120fe6dc66de919f63bd72427eac91beac1008..6ac5c1f395a66a5d52cc203be3fc252125dec65f 100644 (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);
     }