diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-06-05 14:56:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-06-05 18:00:26 -0400 |
commit | a85fac714563f632a097d1c30332d10f6de50f63 (patch) | |
tree | 5c7cba14c3c71bc9867316525c1db02c5afe16ca /gtk/Makefile.am | |
parent | 4d7bbd058ebf4451d8f5856f2193bf176df87644 (diff) | |
download | gtk+-a85fac714563f632a097d1c30332d10f6de50f63.tar.gz |
Add a message area widget
It is called GtkInfoBar. See bug 555344.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index d80dc7f56a..6d7a03865d 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -230,6 +230,7 @@ gtk_public_h_sources = \ gtkimcontextsimple.h \ gtkimmodule.h \ gtkimmulticontext.h \ + gtkinfobar.h \ gtkinputdialog.h \ gtkinvisible.h \ gtkitem.h \ @@ -486,6 +487,7 @@ gtk_base_c_sources = \ gtkimcontextsimple.c \ gtkimmodule.c \ gtkimmulticontext.c \ + gtkinfobar.c \ gtkinputdialog.c \ gtkinvisible.c \ gtkitem.c \ |