[hafqa] [hafqa] [Bug 911] New: When hildon file chooser dialog contains illegal characters , gtk_infoprintf not show them
From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.orgDate: Thu Dec 21 05:09:01 EET 2006
- Previous message: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device.
- Next message: [hafqa] [Bug 911] When hildon file chooser dialog contains illegal characters , gtk_infoprintf not show them
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://maemo.org/bugzilla/show_bug.cgi?id=911 Summary: When hildon file chooser dialog contains illegal characters ,gtk_infoprintf not show them Product: haf Version: sardine Platform: All OS/Version: Linux Status: NEW Severity: trivial Priority: P2 Component: hildon-fm AssignedTo: marius.vollmer at nokia.com ReportedBy: bocheng at redflag-linux.com QAContact: hafqa at maemo.org when using the widget HildonFileChooserDialog,when some illegal characters appear in the entry of the widget, GTK_RESPONSE_OK handler not show the illegal characters. Below change maybe can show it --- hildon-file-chooser-dialog.c 2006-09-06 13:53:51.000000000 +0800 +++ hildon-file-chooser-dialog1.c 2006-12-21 11:03:29.889348320 +0800 @@ -1066,8 +1066,7 @@ g_signal_stop_emission_by_name(widget, "response"); msg = g_strdup_printf( - HCS("ckdg_ib_illegal_characters_entered"), - illegals->str); + HCS("ckdg_ib_illegal_characters_entered")"%s",illegals->str); gtk_infoprint(window, msg); g_free(msg); g_string_free(illegals, TRUE); -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
- Previous message: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device.
- Next message: [hafqa] [Bug 911] When hildon file chooser dialog contains illegal characters , gtk_infoprintf not show them
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]