2008-07-31 Alberto Garcia <agarcia@igalia.com>
[hildon] / examples / hildon-banner-example.c
index c722c49..b4c1a8e 100644 (file)
@@ -8,7 +8,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; version 2.1 of
- * the License.
+ * the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -45,7 +45,8 @@ on_progress_idle                                (GtkWidget *banner)
 static gboolean
 on_information_clicked                          (GtkWidget *widget)
 {
-    hildon_banner_show_information (widget, NULL, "Information banner"); 
+    GtkWidget* banner = hildon_banner_show_information (widget, NULL, "Information banner"); 
+    hildon_banner_set_timeout (HILDON_BANNER (banner), 9000);
     return TRUE;
 }