gnome-control-center/capplets
Michal Schmidt 41586c16b9 about_me_destroy() frees the whole data structure and it tries to do the
right thing by setting "me = NULL" afterwards, but "me" in this case is
not the global variable, but the local one which shadows it. So the
global "me" remains non-NULL and when later about_me_focus_out() is
called, it cannot know it should return early.

It only makes sense for about_me_destroy() to operate on the global
"me", so there's no point in passing it as a parameter.
2010-03-23 19:28:37 +01:00
..
about-me about_me_destroy() frees the whole data structure and it tries to do the 2010-03-23 19:28:37 +01:00
accessibility Automatically create the ChangeLog file from VCS history 2009-11-14 15:17:28 +00:00
appearance Calls gdk_threads_enter/leave without gdk_threads_init 2010-03-10 12:24:25 +00:00
common [common] Don't leak file descriptors when checking for colour schemes 2010-01-06 21:43:29 +01:00
default-applications Add AutostartCondition to gnome-at-session.desktop 2010-01-26 11:55:28 +01:00
display RANDR - Don't show a tooltip while a monitor is being dragged 2010-03-17 18:44:30 -06:00
keybindings Remove sleep key entry 2009-12-15 14:20:12 +00:00
keyboard Make layouts that cannot be activated have insensitive text 2009-12-05 16:05:43 +00:00
localization Automatically create the ChangeLog file from VCS history 2009-11-14 15:17:28 +00:00
mouse [mouse] Fix mnemonics conflicts on touchpad tab 2010-01-27 20:04:54 +01:00
network [network] Keep proxies in sync when "use same proxy" is selected 2009-12-10 13:01:39 +01:00
windows [window] Don't allow Ctrl+Click as window movement modifier 2009-12-05 13:16:06 +01:00
Makefile.am bgo#554263 - Allow compiling without the RANDR libraries 2010-02-22 21:01:49 -06:00