mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
baad131df7
commit
caf6c4196d
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user