evolution r36315 - in trunk/calendar: . gui/dialogs



Author: pebolle
Date: Sat Sep 13 00:06:32 2008
New Revision: 36315
URL: http://svn.gnome.org/viewvc/evolution?rev=36315&view=rev

Log:
2008-09-12  Paul Bolle  <pebolle tiscali nl>

        ** Fix for bug #551895

        * gui/dialogs/alarm-list-dialog.c: (edit_clicked_cb):
        Copy paste error.



Modified:
   trunk/calendar/ChangeLog
   trunk/calendar/gui/dialogs/alarm-list-dialog.c

Modified: trunk/calendar/gui/dialogs/alarm-list-dialog.c
==============================================================================
--- trunk/calendar/gui/dialogs/alarm-list-dialog.c	(original)
+++ trunk/calendar/gui/dialogs/alarm-list-dialog.c	Sat Sep 13 00:06:32 2008
@@ -160,7 +160,7 @@
 
 	selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (dialog->list));
 	if (!gtk_tree_selection_get_selected (selection, NULL, &iter)) {
-		g_warning ("Could not get a selection to delete.");
+		g_warning ("Could not get a selection to edit.");
 		return;
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]