aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-06-13 22:27:22 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-06-14 01:35:56 +0800
commitc2e71bd88d6a75e93aaef8f01868a6c4e71a4833 (patch)
tree6c154442b094af6e05f135cb03fa36cddec6fa2d /e-util
parent50226747edf06420597ba32edf46bb36cbfb0b2b (diff)
downloadgsoc2013-evolution-c2e71bd88d6a75e93aaef8f01868a6c4e71a4833.tar
gsoc2013-evolution-c2e71bd88d6a75e93aaef8f01868a6c4e71a4833.tar.gz
gsoc2013-evolution-c2e71bd88d6a75e93aaef8f01868a6c4e71a4833.tar.bz2
gsoc2013-evolution-c2e71bd88d6a75e93aaef8f01868a6c4e71a4833.tar.lz
gsoc2013-evolution-c2e71bd88d6a75e93aaef8f01868a6c4e71a4833.tar.xz
gsoc2013-evolution-c2e71bd88d6a75e93aaef8f01868a6c4e71a4833.tar.zst
gsoc2013-evolution-c2e71bd88d6a75e93aaef8f01868a6c4e71a4833.zip
Coding style and whitespace cleanups.
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;