X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkfilechooser.c;h=3f9b943f802c152ae0ed3a26c56e1b745634d2e5;hb=5ead07e1b2b959e5309d7f17409c3d4d9b01cf96;hp=a55ef8b90b25f46ca02bcc67a96237eb361dde6f;hpb=cca93029274bc39591f1d844ada3564c73c232da;p=~andy%2Fgtk diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index a55ef8b90..3f9b943f8 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -273,9 +273,9 @@ gtk_file_chooser_class_init (gpointer g_iface) g_object_interface_install_property (g_iface, g_param_spec_boolean ("do-overwrite-confirmation", P_("Do overwrite confirmation"), - P_("Whether a file chooser in save mode" + P_("Whether a file chooser in save mode " "will present an overwrite confirmation dialog " - " if necessary."), + "if necessary."), FALSE, GTK_PARAM_READWRITE)); } @@ -292,10 +292,7 @@ gtk_file_chooser_class_init (gpointer g_iface) GQuark gtk_file_chooser_error_quark (void) { - static GQuark quark = 0; - if (quark == 0) - quark = g_quark_from_static_string ("gtk-file-chooser-error-quark"); - return quark; + return g_quark_from_static_string ("gtk-file-chooser-error-quark"); } /**