From 9157e15653be20e2860e4eacb9f092fb382e7b91 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 5 Nov 2010 16:24:55 -0400 Subject: [PATCH] GtkApplication: drop Quit from the docs GtkApplication does not currently implement any default actions. --- gtk/gtkapplication.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index a4fe5f4fef..59c081bea1 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -46,9 +46,8 @@ * * Currently, GtkApplication handles GTK+ initialization, application * uniqueness, provides some basic scriptability by exporting 'actions', - * implements some standard actions itself (such as 'Quit') and manages - * a list of toplevel windows whose life-cycle is automatically tied to - * the life-cycle of your application. + * and manages a list of toplevel windows whose life-cycle is automatically + * tied to the life-cycle of your application. * * A simple application *