aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
Diffstat (limited to 'e-util')
-rw-r--r--e-util/gconf-bridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/gconf-bridge.c b/e-util/gconf-bridge.c
index e1fc3770a8..46bc1d7288 100644
--- a/e-util/gconf-bridge.c
+++ b/e-util/gconf-bridge.c
@@ -863,7 +863,7 @@ gconf_bridge_bind_window (GConfBridge *bridge,
if (gconf_value_get_bool (maximized_val)) {
/* maximize is not done immediately, but to count with proper
window size, resize it before. The previous size is restored
- after the maximization is changed, in window_binding_state_event_cb()
+ after the maximization is changed, in window_binding_state_event_cb ()
*/
gint width = 0, height = 0;
GdkScreen *screen;