mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Fix a typo that broke aliasing rules.
2006-03-29 Emmanuele Bassi <ebassi@cvs.gnome.org> * gtk/gtk.symbols: Fix a typo that broke aliasing rules.
This commit is contained in:
parent
31f45bf9aa
commit
51846f9d39
@ -1,3 +1,7 @@
|
|||||||
|
2006-03-29 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
||||||
|
|
||||||
|
* gtk/gtk.symbols: Fix a typo that broke aliasing rules.
|
||||||
|
|
||||||
2006-03-29 Richard Hult <richard@imendio.com>
|
2006-03-29 Richard Hult <richard@imendio.com>
|
||||||
|
|
||||||
* gdk/quartz/gdkproperty-quartz.c: Add missing CLIPBOARD atom.
|
* gdk/quartz/gdkproperty-quartz.c: Add missing CLIPBOARD atom.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2006-03-29 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
||||||
|
|
||||||
|
* gtk/gtk.symbols: Fix a typo that broke aliasing rules.
|
||||||
|
|
||||||
2006-03-29 Richard Hult <richard@imendio.com>
|
2006-03-29 Richard Hult <richard@imendio.com>
|
||||||
|
|
||||||
* gdk/quartz/gdkproperty-quartz.c: Add missing CLIPBOARD atom.
|
* gdk/quartz/gdkproperty-quartz.c: Add missing CLIPBOARD atom.
|
||||||
|
@ -2622,7 +2622,7 @@ gtk_rc_style_unref
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if IN_HEADER(__GTK_RECENT_CHOOSER_H__)
|
#if IN_HEADER(__GTK_RECENT_CHOOSER_H__)
|
||||||
#if IN_FILE(__GTK_RECENT_CHOOSER_C__))
|
#if IN_FILE(__GTK_RECENT_CHOOSER_C__)
|
||||||
gtk_recent_chooser_set_show_private
|
gtk_recent_chooser_set_show_private
|
||||||
gtk_recent_chooser_get_show_private
|
gtk_recent_chooser_get_show_private
|
||||||
gtk_recent_chooser_set_show_not_found
|
gtk_recent_chooser_set_show_not_found
|
||||||
|
Loading…
Reference in New Issue
Block a user