diff --git a/ChangeLog b/ChangeLog index 38b136341e..20e5890aee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Sep 30 13:11:09 1998 Tim Janik + + * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all + widgets in the ->widgets_by_action list that have a callback + defined (not only those with a callback_action!=0). + Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson * gtk/gtkcalendar.h: diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 38b136341e..20e5890aee 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Wed Sep 30 13:11:09 1998 Tim Janik + + * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all + widgets in the ->widgets_by_action list that have a callback + defined (not only those with a callback_action!=0). + Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson * gtk/gtkcalendar.h: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 38b136341e..20e5890aee 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Wed Sep 30 13:11:09 1998 Tim Janik + + * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all + widgets in the ->widgets_by_action list that have a callback + defined (not only those with a callback_action!=0). + Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson * gtk/gtkcalendar.h: diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 38b136341e..20e5890aee 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Wed Sep 30 13:11:09 1998 Tim Janik + + * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all + widgets in the ->widgets_by_action list that have a callback + defined (not only those with a callback_action!=0). + Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson * gtk/gtkcalendar.h: diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 38b136341e..20e5890aee 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Wed Sep 30 13:11:09 1998 Tim Janik + + * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all + widgets in the ->widgets_by_action list that have a callback + defined (not only those with a callback_action!=0). + Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson * gtk/gtkcalendar.h: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 38b136341e..20e5890aee 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Wed Sep 30 13:11:09 1998 Tim Janik + + * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all + widgets in the ->widgets_by_action list that have a callback + defined (not only those with a callback_action!=0). + Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson * gtk/gtkcalendar.h: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 38b136341e..20e5890aee 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Wed Sep 30 13:11:09 1998 Tim Janik + + * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all + widgets in the ->widgets_by_action list that have a callback + defined (not only those with a callback_action!=0). + Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson * gtk/gtkcalendar.h: diff --git a/gtk/gtkitemfactory.c b/gtk/gtkitemfactory.c index 6a592a7f86..7f9b6a5cf0 100644 --- a/gtk/gtkitemfactory.c +++ b/gtk/gtkitemfactory.c @@ -513,7 +513,7 @@ gtk_item_factory_add_item (GtkItemFactory *ifactory, /* keep a per-action list of the widgets on the factory */ - if (callback_action) + if (callback) { GtkIFActionLink *link;