gtk_status_icon_get_title() must return a value

This commit is contained in:
Hans Breuer 2009-07-01 22:29:32 +02:00
parent fbf73aada9
commit b11c4d9fae

View File

@ -2949,7 +2949,7 @@ gtk_status_icon_get_title (GtkStatusIcon *status_icon)
{
GtkStatusIconPrivate *priv;
g_return_if_fail (GTK_IS_STATUS_ICON (status_icon));
g_return_val_if_fail (GTK_IS_STATUS_ICON (status_icon), NULL);
priv = status_icon->priv;