forked from AuroraMiddleware/gtk
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>
|
2006-06-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* tests/testnotebookdnd.c: Small tweaks to test more things.
|
* 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>
|
2006-06-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* tests/testnotebookdnd.c: Small tweaks to test more things.
|
* tests/testnotebookdnd.c: Small tweaks to test more things.
|
||||||
|
@ -1787,7 +1787,7 @@ gtk_recent_info_get_application_info (GtkRecentInfo *info,
|
|||||||
if (count)
|
if (count)
|
||||||
*count = ai->count;
|
*count = ai->count;
|
||||||
|
|
||||||
if (time)
|
if (time_)
|
||||||
*time_ = ai->stamp;
|
*time_ = ai->stamp;
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user