~ubuntu-branches/debian/jessie/xiphos/jessie

« back to all changes in this revision

Viewing changes to src/gnome2/preferences_dialog.c

  • Committer: Bazaar Package Importer
  • Author(s): Dmitrijs Ledkovs
  • Date: 2010-03-22 18:15:54 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100322181554-qlqchymwhcw28c0c
* New upstream release:
  + Bugfix only
  + Compatible with xulrunner 1.9.2
  + Update translations

* Revert changes introduced in 3.1.2-1ubuntu1. Thank you Chris Coulson
  for temporary fix.
* debian/xiphos.1 - spelling mistake
* waf is now default buildsystem
* help is now licensed under GPL
* Bumped standards version no changes required
* Changed email to @ubuntu.com

Show diffs side-by-side

added added

removed removed

Lines of Context:
739
739
{
740
740
        xml_set_value("Xiphos", "misc", "showparatab",
741
741
                      (togglebutton->active ? "1" : "0"));
742
 
        if(togglebutton->active)
 
742
        if (togglebutton->active)
743
743
                gui_open_parallel_view_in_new_tab();
744
744
        else
745
745
                gui_close_passage_tab(1);
746
 
                
747
 
        
748
 
}       
 
746
 
 
747
 
 
748
}
749
749
 
750
750
 
751
751
/******************************************************************************
1133
1133
        if (!buf)
1134
1134
                return;
1135
1135
        xml_set_value("Xiphos", "fontsize", "basefontsize", buf);
 
1136
        g_free(buf);
1136
1137
 
1137
1138
        if (settings.base_font_size_str)
1138
1139
                g_free(settings.base_font_size_str);
1144
1145
                              settings.currentverse);
1145
1146
        main_url_handler(url, TRUE);
1146
1147
        g_free(url);
1147
 
        g_free(buf);
 
1148
        main_display_dictionary(settings.DictWindowModule, settings.dictkey);
1148
1149
}
1149
1150
 
1150
1151
 
1949
1950
 
1950
1951
        gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON
1951
1952
                                     (check_button.show_paratab),
1952
 
                                     settings.showparatab);     
1953
 
        
 
1953
                                     settings.showparatab);
 
1954
 
1954
1955
#if 0
1955
1956
#ifdef USE_GTKMOZEMBED
1956
1957
        gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON
1987
1988
                         G_CALLBACK(on_checkbutton_prayerlist_toggled), NULL);
1988
1989
        g_signal_connect(check_button.show_paratab, "toggled",
1989
1990
                         G_CALLBACK(on_checkbutton_showparatab_toggled), NULL);
1990
 
        
 
1991
 
1991
1992
#if 0
1992
1993
#ifdef USE_GTKMOZEMBED
1993
1994
        g_signal_connect(check_button.doublespace, "toggled",
2299
2300
        check_button.show_devotion = glade_xml_get_widget(gxml, "checkbutton7");
2300
2301
        check_button.show_splash_screen = glade_xml_get_widget(gxml, "checkbutton8");
2301
2302
        check_button.use_chapter_scroll = glade_xml_get_widget(gxml, "checkbutton_scroll");
2302
 
#ifdef USE_GTKMOZEMBED  
 
2303
#ifdef USE_GTKMOZEMBED
2303
2304
        gtk_widget_hide(check_button.use_chapter_scroll);
2304
2305
#endif
2305
2306
        check_button.use_imageresize = glade_xml_get_widget(gxml, "checkbutton_imageresize");
2310
2311
        check_button.show_paratab = glade_xml_get_widget(gxml, "checkbutton_paratab");
2311
2312
 
2312
2313
        gtk_widget_hide(check_button.show_paratab);
2313
 
        
 
2314
 
2314
2315
        setup_check_buttons();
2315
2316
 
2316
2317
        /* verse number size */