forked from AuroraMiddleware/gtk
Add some debug output.
2008-10-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmodules.c (_gtk_modules_settings_changed): Add some debug output. svn path=/trunk/; revision=21583
This commit is contained in:
parent
b08b6c6a30
commit
c135a80524
@ -1,3 +1,8 @@
|
||||
2008-10-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkmodules.c (_gtk_modules_settings_changed): Add some
|
||||
debug output.
|
||||
|
||||
2008-10-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 96431 – Can't cut and paste / DND within invisible entry
|
||||
|
@ -539,6 +539,8 @@ _gtk_modules_settings_changed (GtkSettings *settings,
|
||||
{
|
||||
GSList *new_modules = NULL;
|
||||
|
||||
GTK_NOTE (MODULES, g_print ("gtk-modules setting changed to: %s\n", modules));
|
||||
|
||||
/* load/ref before unreffing existing */
|
||||
if (modules && modules[0])
|
||||
new_modules = load_modules (modules);
|
||||
|
Loading…
Reference in New Issue
Block a user