[evolution-patches] Fix for Bug #246233
- From: Johnny Jacob <johnnyjacob gmail com>
- To: evolution-patches gnome org
- Subject: [evolution-patches] Fix for Bug #246233
- Date: Tue, 22 Nov 2005 13:15:58 +0530
Hi
Worked a patch for the bug #246233. Please review it.
Johnny
Index: widgets/misc/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/ChangeLog,v
retrieving revision 1.381
diff -u -p -r1.381 ChangeLog
--- widgets/misc/ChangeLog 17 Nov 2005 04:29:26 -0000 1.381
+++ widgets/misc/ChangeLog 21 Nov 2005 06:00:49 -0000
@@ -1,3 +1,9 @@
+2005-11-21 Johnny Jacob <johnnyjacob gmail com>
+
+ ** See Bug #246233
+ * e-filter-bar.c: (member_activated) :
+ Changed "Search Editor" to "Searches"
+
2005-11-17 Harish Krishnaswamy <kharish novell com>
* e-attachment-bar.c: (update), (e_attachment_bar_set_width):
Index: widgets/misc/e-filter-bar.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/e-filter-bar.c,v
retrieving revision 1.52
diff -u -p -r1.52 e-filter-bar.c
--- widgets/misc/e-filter-bar.c 15 Aug 2005 03:15:06 -0000 1.52
+++ widgets/misc/e-filter-bar.c 21 Nov 2005 06:01:33 -0000
@@ -194,7 +194,7 @@ menubar_activated (ESearchBar *esb, int
if (!efb->save_dialog) {
efb->save_dialog = dialog = (GtkWidget *) rule_editor_new
(efb->context, FILTER_SOURCE_INCOMING, _("_Searches"));
- gtk_window_set_title (GTK_WINDOW (dialog), _("Search Editor"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Searches"));
g_signal_connect (dialog, "response", G_CALLBACK
(full_rule_editor_response), efb);
g_object_weak_ref ((GObject *) dialog, (GWeakNotify)
rule_editor_destroyed, efb);
gtk_widget_show (dialog);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]