Fix custom entries getting out of sync with gconf
svn path=/trunk/; revision=9403
This commit is contained in:
parent
244953b6b6
commit
1bdcb07aac
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-04-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gnome-da-capplet.c: Prevent the custom entries from getting out of
|
||||
sync with their backing GConf entry. (#578089)
|
||||
|
||||
2009-03-06 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* gnome-default-applications-properties.glade: fix mnemonics conflict
|
||||
|
|
|
@ -77,10 +77,10 @@ web_radiobutton_toggled_cb (GtkWidget *togglebutton, GnomeDACapplet *capplet)
|
|||
return;
|
||||
|
||||
item = (GnomeDAWebItem *) g_list_nth_data (capplet->web_browsers, index);
|
||||
if (item == NULL)
|
||||
return;
|
||||
|
||||
if (togglebutton == capplet->new_win_radiobutton) {
|
||||
if (item == NULL) {
|
||||
command = "";
|
||||
}
|
||||
else if (togglebutton == capplet->new_win_radiobutton) {
|
||||
command = item->win_command;
|
||||
}
|
||||
else if (togglebutton == capplet->new_tab_radiobutton) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue