summaryrefslogtreecommitdiff
path: root/gtk/gtkradiotoolbutton.c
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2003-11-24 03:09:32 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2003-11-24 03:09:32 +0000
commitb7becec18a5b86f4314b0305d4cdc87a3fff3594 (patch)
tree0e693d24254161eef263aac5d298b8e954372d2a /gtk/gtkradiotoolbutton.c
parent07d6371108fc6e2352647964f45b0f08d81f278e (diff)
downloadgtk+-b7becec18a5b86f4314b0305d4cdc87a3fff3594.tar.gz
Make this function take a GtkRadioToolButton instead of a GtkWidget.
Mon Nov 24 04:05:15 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkradiotoolbutton.[ch] (gtk_radio_tool_button_new_from_widget): Make this function take a GtkRadioToolButton instead of a GtkWidget. (#127729, Murray Cumming)
Diffstat (limited to 'gtk/gtkradiotoolbutton.c')
-rw-r--r--gtk/gtkradiotoolbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkradiotoolbutton.c b/gtk/gtkradiotoolbutton.c
index 8f9d4e94e8..1c05ce2601 100644
--- a/gtk/gtkradiotoolbutton.c
+++ b/gtk/gtkradiotoolbutton.c
@@ -136,7 +136,7 @@ gtk_radio_tool_button_new_from_stock (GSList *group,
* Since: 2.4
**/
GtkToolItem *
-gtk_radio_tool_button_new_from_widget (GtkWidget *group)
+gtk_radio_tool_button_new_from_widget (GtkRadioToolButton *group)
{
GSList *list = NULL;