mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Fix a typo, s/detext/detect. Patch by Enrico Tröger.
2008-11-28 Christian Dywan <christian@imendio.com> * gappinfo.c: Fix a typo, s/detext/detect. Patch by Enrico Tröger. svn path=/trunk/; revision=7700
This commit is contained in:
parent
5e6aea1b2f
commit
b5321fe34c
@ -1,3 +1,7 @@
|
||||
2008-11-28 Christian Dywan <christian@imendio.com>
|
||||
|
||||
* gappinfo.c: Fix a typo, s/detext/detect. Patch by Enrico Tröger.
|
||||
|
||||
2008-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 559633 – gtk_image_new_from_gicon does not always work for
|
||||
|
@ -587,7 +587,7 @@ g_app_info_should_show (GAppInfo *appinfo)
|
||||
*
|
||||
* Utility function that launches the default application
|
||||
* registered to handle the specified uri. Synchronous I/O
|
||||
* is done on the uri to detext the type of the file if
|
||||
* is done on the uri to detect the type of the file if
|
||||
* required.
|
||||
*
|
||||
* Returns: %TRUE on success, %FALSE on error.
|
||||
|
Loading…
Reference in New Issue
Block a user