[maemo-commits] [maemo-commits] r14622 - in projects/haf/trunk/libosso: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Oct 26 09:35:46 EEST 2007
Author: kihamala
Date: 2007-10-26 09:35:45 +0300 (Fri, 26 Oct 2007)
New Revision: 14622

Modified:
   projects/haf/trunk/libosso/debian/changelog
   projects/haf/trunk/libosso/src/libosso.h
Log:
gtk_infoprint -> HildonBanner


Modified: projects/haf/trunk/libosso/debian/changelog
===================================================================
--- projects/haf/trunk/libosso/debian/changelog	2007-10-25 14:42:11 UTC (rev 14621)
+++ projects/haf/trunk/libosso/debian/changelog	2007-10-26 06:35:45 UTC (rev 14622)
@@ -1,3 +1,9 @@
+libosso (2.15-1~unreleased) unstable; urgency=low
+
+  * Removed reference to gtk_infoprint. Fixes: MB#1779
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Fri, 26 Oct 2007 09:32:38 +0300
+
 libosso (2.14-1) unstable; urgency=low
 
   * Added some thread safety by adding a mutex for osso_context_t.

Modified: projects/haf/trunk/libosso/src/libosso.h
===================================================================
--- projects/haf/trunk/libosso/src/libosso.h	2007-10-25 14:42:11 UTC (rev 14621)
+++ projects/haf/trunk/libosso/src/libosso.h	2007-10-26 06:35:45 UTC (rev 14622)
@@ -948,7 +948,7 @@
  * information banner).
  * This allows non-GUI applications to display some information to the user.
  * Applications that do have a GUI should not use this function, but the
- * gtk_infoprint widget directly.
+ * HildonBanner widget directly.
  * @param osso The library context as returned by #osso_initialize.
  * @param text The text to display on the infoprint.
  * @param retval This parameter will be used to store a possible return


More information about the maemo-commits mailing list