summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-25 12:39:00 +0100
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-25 12:39:00 +0100
commit75535446541c62fab468c0f8ed6c94018f0cc070 (patch)
treec3474db6d36c334af03aae92112929d8f445a127 /src/trg-main-window.c
parentfb1dcb88fcc1a027da2f8e0ab1020afa1754ff3a (diff)
fix gtk2 support for new cell renderer and fix error reporting
Diffstat (limited to 'src/trg-main-window.c')
-rw-r--r--src/trg-main-window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index 5131a3c..72c5f66 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -2498,6 +2498,8 @@ TrgStateSelector *trg_main_window_get_state_selector(TrgMainWindow * win)
return priv->stateSelector;
}
+/* Couldn't find a way to get the width/height on exit, so save the
+ * values of this event for when that happens. */
static gboolean
trg_main_window_config_event(TrgMainWindow * win,
GdkEvent * event,