Mercurial > pidgin.yaz
changeset 26800:27213d7fc6e1
Don't expose the parent class.
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Mon, 27 Apr 2009 17:29:26 +0000 |
| parents | 12fdc06d73be |
| children | 882667b6794b |
| files | pidgin/gtkstatusbox.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkstatusbox.c Mon Apr 27 17:26:57 2009 +0000 +++ b/pidgin/gtkstatusbox.c Mon Apr 27 17:29:26 2009 +0000 @@ -167,7 +167,7 @@ NULL }; -GtkContainerClass *parent_class = NULL; +static GtkContainerClass *parent_class = NULL; static void pidgin_status_box_class_init (PidginStatusBoxClass *klass); static void pidgin_status_box_init (PidginStatusBox *status_box);
