Fix a typo (spotted by Paolo Borelli and coverity).

2006-06-02  Emmanuele Bassi  <ebassi@gnome.org>

	* gtk/gtkrecentmanager.c
	(gtk_recent_info_get_application_info): Fix a typo (spotted by
	Paolo Borelli and coverity).
This commit is contained in:
Emmanuele Bassi 2006-06-02 11:45:58 +00:00 committed by Emmanuele Bassi
parent baad131df7
commit caf6c4196d
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-06-02 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentmanager.c
(gtk_recent_info_get_application_info): Fix a typo (spotted by
Paolo Borelli and coverity).
2006-06-01 Matthias Clasen <mclasen@redhat.com>
* tests/testnotebookdnd.c: Small tweaks to test more things.

View File

@ -1,3 +1,9 @@
2006-06-02 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentmanager.c
(gtk_recent_info_get_application_info): Fix a typo (spotted by
Paolo Borelli and coverity).
2006-06-01 Matthias Clasen <mclasen@redhat.com>
* tests/testnotebookdnd.c: Small tweaks to test more things.

View File

@ -1787,7 +1787,7 @@ gtk_recent_info_get_application_info (GtkRecentInfo *info,
if (count)
*count = ai->count;
if (time)
if (time_)
*time_ = ai->stamp;
return TRUE;