From fa5c68f7c677e76d42a1f8d26aefd95c68c729e3 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Wed, 30 Sep 1998 11:22:13 +0000 Subject: [PATCH] list all widgets in the ->widgets_by_action list that have a callback 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). --- ChangeLog | 6 ++++++ ChangeLog.pre-2-0 | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-2 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ gtk/gtkitemfactory.c | 2 +- 8 files changed, 43 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 38b136341..20e5890ae 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 38b136341..20e5890ae 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 38b136341..20e5890ae 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 38b136341..20e5890ae 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 38b136341..20e5890ae 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 38b136341..20e5890ae 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 38b136341..20e5890ae 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 6a592a7f8..7f9b6a5cf 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;