diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-19 02:07:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-19 02:07:42 +0800 |
commit | fa360fde289f9b850191f89059d1a5e6d67c07c7 (patch) | |
tree | d1d8a43364d21daf94d5b9ac1f352faffd03dcd2 /e-util/e-dialog-utils.c | |
parent | becd78e26ed61ff386d0b229f85bdcf590c28e94 (diff) | |
download | gsoc2013-evolution-fa360fde289f9b850191f89059d1a5e6d67c07c7.tar gsoc2013-evolution-fa360fde289f9b850191f89059d1a5e6d67c07c7.tar.gz gsoc2013-evolution-fa360fde289f9b850191f89059d1a5e6d67c07c7.tar.bz2 gsoc2013-evolution-fa360fde289f9b850191f89059d1a5e6d67c07c7.tar.lz gsoc2013-evolution-fa360fde289f9b850191f89059d1a5e6d67c07c7.tar.xz gsoc2013-evolution-fa360fde289f9b850191f89059d1a5e6d67c07c7.tar.zst gsoc2013-evolution-fa360fde289f9b850191f89059d1a5e6d67c07c7.zip |
More whitespace cleanup.
Diffstat (limited to 'e-util/e-dialog-utils.c')
-rw-r--r-- | e-util/e-dialog-utils.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e-util/e-dialog-utils.c b/e-util/e-dialog-utils.c index ae431ee094..d02a42572b 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 |