diff options
Diffstat (limited to 'e-util/e-dialog-utils.c')
-rw-r--r-- | e-util/e-dialog-utils.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/e-util/e-dialog-utils.c b/e-util/e-dialog-utils.c index 18949d18dd..5bc1bbc685 100644 --- a/e-util/e-dialog-utils.c +++ b/e-util/e-dialog-utils.c @@ -147,7 +147,7 @@ window_is_wm_toplevel (Display *display, Window window) * @parent_widget: the parent for @dialog * * This sets the parent for @dialog to be @parent_widget. Unlike - * gtk_window_set_transient_for(), this doesn't need @parent_widget to + * gtk_window_set_transient_for (), this doesn't need @parent_widget to * be the actual toplevel, and also works if @parent_widget is * embedded as a Bonobo control by an out-of-process container. * @parent_widget must already be realized before calling this @@ -191,7 +191,7 @@ e_dialog_set_transient_for (GtkWindow *dialog, e_dialog_set_transient_for_xid (dialog, parent); #endif #ifdef GDK_WINDOWING_WIN32 - g_warning ("Not implemented on Win32: e_dialog_set_transient_for() for plug windows"); + g_warning ("Not implemented on Win32: e_dialog_set_transient_for () for plug windows"); #endif } @@ -206,7 +206,7 @@ dialog_realized (GtkWindow *dialog, gpointer xid) * @dialog: a dialog window * @xid: the X Window parent * - * Like e_dialog_set_transient_for(), but use an XID to specify the + * Like e_dialog_set_transient_for (), but use an XID to specify the * parent window. **/ void @@ -358,7 +358,7 @@ e_file_get_save_filesel (GtkWidget *parent, const gchar *title, const gchar *nam gtk_file_chooser_set_local_only (GTK_FILE_CHOOSER (filesel), FALSE); if (parent) - e_dialog_set_transient_for((GtkWindow *)filesel, parent); + e_dialog_set_transient_for ((GtkWindow *)filesel, parent); uri = e_file_get_save_path(); |