X-Git-Url: http://git.code-monkey.de/?p=raktpdf.git;a=blobdiff_plain;f=src%2Frakt-window.c;fp=src%2Frakt-window.c;h=1ada22c1534c51fbe0c9b31c1079253625c70ae6;hp=24fcf50e8e68a44bba9279cd078447d69022de2d;hb=4f8fb1d7ac832753d4beff7a8b175e61727a86b9;hpb=297bbab4cf70d7b1720b337ebb3b03d03707859e diff --git a/src/rakt-window.c b/src/rakt-window.c index 24fcf50..1ada22c 100644 --- a/src/rakt-window.c +++ b/src/rakt-window.c @@ -65,8 +65,8 @@ static const GtkActionEntry action_entries[] = { "HelpMenu", NULL, "_Help", NULL, NULL, NULL }, { - "Open", GTK_STOCK_OPEN, - "_Open", "O", "Open a PDF file", + "Open", GTK_STOCK_OPEN, "_Open", + "O", "Open a PDF file", G_CALLBACK (on_action_open) }, { @@ -80,13 +80,13 @@ static const GtkActionEntry action_entries[] = { G_CALLBACK (on_action_go_previous) }, { - "Quit", GTK_STOCK_QUIT, - "_Quit", "Q", "Quit the application", + "Quit", GTK_STOCK_QUIT, "_Quit", + "Q", "Quit the application", G_CALLBACK (on_action_quit) }, { - "About", GTK_STOCK_ABOUT, - "_About", NULL, "About this application", + "About", GTK_STOCK_ABOUT, "_About", + NULL, "About this application", G_CALLBACK (on_action_about) } };