diff options
Diffstat (limited to 'deskutils/gnotime/files/patch-src::menucmd.c')
-rw-r--r-- | deskutils/gnotime/files/patch-src::menucmd.c | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/deskutils/gnotime/files/patch-src::menucmd.c b/deskutils/gnotime/files/patch-src::menucmd.c index 0f8535099..f2c78d8d7 100644 --- a/deskutils/gnotime/files/patch-src::menucmd.c +++ b/deskutils/gnotime/files/patch-src::menucmd.c @@ -1,6 +1,6 @@ ---- src/menucmd.c.orig Mon May 24 20:24:15 2004 -+++ src/menucmd.c Mon May 24 20:24:50 2004 -@@ -321,6 +321,7 @@ +--- src/menucmd.c.orig Sun Apr 25 19:55:37 2004 ++++ src/menucmd.c Thu Jul 8 00:25:52 2004 +@@ -343,6 +343,7 @@ cut_project(GtkWidget *w, gpointer data) { GttProject *cut_prj; @@ -8,7 +8,7 @@ /* Do NOT cut unless the ctree window actually has focus. * Otherwise, it will lead to cutting mayhem. -@@ -342,7 +343,7 @@ +@@ -364,7 +365,7 @@ /* Update various subsystems */ /* Set the notes are to whatever the new focus project is. */ @@ -17,7 +17,7 @@ notes_area_set_project (global_na, prj); menu_set_states(); /* To enable paste menu item */ -@@ -402,6 +403,7 @@ +@@ -424,6 +425,7 @@ copy_project(GtkWidget *w, gpointer data) { GttProject *prj; @@ -25,7 +25,7 @@ prj = ctree_get_focus_project (global_ptw); if (!prj) return; -@@ -412,7 +414,7 @@ +@@ -434,7 +436,7 @@ * the list of earlier cut projects. We do this in order * to allow the most recently copied project to be pasted * multiple times. */ @@ -34,3 +34,17 @@ for (n=cutted_project_list; n; n=n->next) { GttProject *p = n->data; +@@ -519,12 +521,12 @@ + menu_howto_edit_times (GtkWidget *w,gpointer data) + { + char * msg; ++ GtkWidget *mb; + + msg = _("To edit the timer interval for this project,\n" + "open the Journal window and click on a link.\n" + "This will bring up a menu of time editing options.\n"); + +- GtkWidget *mb; + mb = gtk_message_dialog_new (NULL, + GTK_DIALOG_MODAL, + GTK_MESSAGE_INFO, |