svnno****@sourc*****
svnno****@sourc*****
Sun Aug 10 10:50:00 JST 2008
Revision: 3510 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=kazehakase&view=rev&rev=3510 Author: kous Date: 2008-08-10 10:50:00 +0900 (Sun, 10 Aug 2008) Log Message: ----------- * module/embed/gecko/kz-mozcookiepromptservice.cpp (KzMozCookiePromptService::CookieDialog): 'apply all check box' is active by default. Modified Paths: -------------- kazehakase/trunk/ChangeLog kazehakase/trunk/module/embed/gecko/kz-mozcookiepromptservice.cpp Modified: kazehakase/trunk/ChangeLog =================================================================== --- kazehakase/trunk/ChangeLog 2008-08-05 00:10:37 UTC (rev 3509) +++ kazehakase/trunk/ChangeLog 2008-08-10 01:50:00 UTC (rev 3510) @@ -1,3 +1,9 @@ +2008-08-10 Kouhei Sutou <kou****@cozmi*****> + + * module/embed/gecko/kz-mozcookiepromptservice.cpp + (KzMozCookiePromptService::CookieDialog): 'apply all check box' is + active by default. + 2008-08-05 Hiroyuki Ikezoe <poinc****@ikezo*****> * src/kz-feed-info.h, src/kz-statusbar.h, src/kz-notebook.h, Modified: kazehakase/trunk/module/embed/gecko/kz-mozcookiepromptservice.cpp =================================================================== --- kazehakase/trunk/module/embed/gecko/kz-mozcookiepromptservice.cpp 2008-08-05 00:10:37 UTC (rev 3509) +++ kazehakase/trunk/module/embed/gecko/kz-mozcookiepromptservice.cpp 2008-08-10 01:50:00 UTC (rev 3510) @@ -108,6 +108,7 @@ GtkWidget *check_button; check_button = gtk_check_button_new_with_mnemonic (_("Apply this _decision to all cookies from this site")); + gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check_button), TRUE); gtk_widget_show(check_button); GtkWidget *content_box;