diff options
Diffstat (limited to 'e-util/e-cursor.c')
-rw-r--r-- | e-util/e-cursor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e-util/e-cursor.c b/e-util/e-cursor.c index 22d265ce7b..fa7fa991f9 100644 --- a/e-util/e-cursor.c +++ b/e-util/e-cursor.c @@ -32,13 +32,13 @@ * e_cursor_set: * @widget: Any widget in a window, to which busy cursor has to be set * cursor: The type of cursor to be set defined in e-cursor.h - * + * * Sets the cursor specified, to the top level window of the given widget. - * It is not window aware, so if you popup a window, it will not have + * It is not window aware, so if you popup a window, it will not have * busy cursor set. That has to be handled seperately with a new call to this * function. * - * Return value: + * Return value: **/ void e_cursor_set (GtkWidget *widget, ECursorType cursor) { |