diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-01-28 18:52:49 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-01-28 18:52:49 +0000 |
commit | e2b730ac43a27e91217a0d5602eff948f29533f5 (patch) | |
tree | 415cc297ea4c01e4c6d889dd14c4b4cf43603b01 /gtk/gtkeventbox.c | |
parent | 929c8ed53e821f3f48dafc2757cb6b7cdc16cd7c (diff) | |
download | gdk-pixbuf-e2b730ac43a27e91217a0d5602eff948f29533f5.tar.gz |
General property notification cleanup.
Diffstat (limited to 'gtk/gtkeventbox.c')
-rw-r--r-- | gtk/gtkeventbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkeventbox.c b/gtk/gtkeventbox.c index 4bca8b6ad..5abeabaa9 100644 --- a/gtk/gtkeventbox.c +++ b/gtk/gtkeventbox.c @@ -135,7 +135,7 @@ gtk_event_box_realize (GtkWidget *widget) static void gtk_event_box_size_request (GtkWidget *widget, - GtkRequisition *requisition) + GtkRequisition *requisition) { GtkBin *bin; |