gnome-main-menu r494 - trunk/libslab
- From: cosimoc svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-main-menu r494 - trunk/libslab
- Date: Sun, 7 Sep 2008 12:15:33 +0000 (UTC)
Author: cosimoc
Date: Sun Sep 7 12:15:32 2008
New Revision: 494
URL: http://svn.gnome.org/viewvc/gnome-main-menu?rev=494&view=rev
Log:
2008-09-07 Cosimo Cecchi <cosimoc gnome org>
* app-shell.c: (show_no_results_message):
Escape the markup text properly.
Patch by Denis Washington (#518749).
Modified:
trunk/libslab/ChangeLog
trunk/libslab/app-shell.c
Modified: trunk/libslab/app-shell.c
==============================================================================
--- trunk/libslab/app-shell.c (original)
+++ trunk/libslab/app-shell.c Sun Sep 7 12:15:32 2008
@@ -746,7 +746,7 @@
gtk_container_add (GTK_CONTAINER (app_data->filtered_out_everything_widget), hbox);
}
- markup = g_strdup_printf (
+ markup = g_markup_printf_escaped (
_("<span size=\"large\"><b>No matches found.</b> </span><span>\n\n Your filter \"<b>%s</b>\" does not match any items.</span>"),
app_data->filter_string);
gtk_label_set_text (app_data->filtered_out_everything_widget_label, markup);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]