2008-12-05 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / src / hildon-note-private.h
index 915b2eb..557854a 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
@@ -39,13 +39,17 @@ struct                                          _HildonNotePrivate
     GtkWidget *cancelButton;
     GtkWidget *label;
     GtkWidget *box;
-    GtkWidget *icon;
+    GdkWindow *transfer_window;
 
     HildonNoteType note_n;
     GtkWidget *progressbar;
     gulong sound_signal_handler;
 
     gchar *original_description;
+
+  /* These strings stored for backwards compatibility */
+    gchar *icon;
+    gchar *stock_icon;
 };
 
 G_END_DECLS