diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/main.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index ab77e076f0..fa1a32043a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2007-04-24 Matthew Barnes <mbarnes@redhat.com> + + * main.c: #include <gtk/gtkcheckbutton.h> (#433005) + Patch from Daniel Gryniewicz. + 2007-04-23 Srinivasa Ragavan <sragavan@novell.com> * main.c: (main): Fix 2 build breaks if built with development version diff --git a/shell/main.c b/shell/main.c index b6e9c530ce..38b54f499b 100644 --- a/shell/main.c +++ b/shell/main.c @@ -54,6 +54,7 @@ #include <gtk/gtkdialog.h> #include <gtk/gtkstock.h> #include <gtk/gtktogglebutton.h> +#include <gtk/gtkcheckbutton.h> #include <glib/gi18n.h> #include <libgnome/gnome-util.h> |