diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-11-09 19:35:00 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-11-09 19:35:00 +0800 |
commit | 925b03c373fc79ccd56ab718a0ab97ab92c06115 (patch) | |
tree | 57bdcde0d7f103022ad47967c4e5956cfb0f9f40 /plugins/attachment-reminder | |
parent | a610cccc0a32d48809301c35341e02822edaa612 (diff) | |
download | gsoc2013-evolution-925b03c373fc79ccd56ab718a0ab97ab92c06115.tar gsoc2013-evolution-925b03c373fc79ccd56ab718a0ab97ab92c06115.tar.gz gsoc2013-evolution-925b03c373fc79ccd56ab718a0ab97ab92c06115.tar.bz2 gsoc2013-evolution-925b03c373fc79ccd56ab718a0ab97ab92c06115.tar.lz gsoc2013-evolution-925b03c373fc79ccd56ab718a0ab97ab92c06115.tar.xz gsoc2013-evolution-925b03c373fc79ccd56ab718a0ab97ab92c06115.tar.zst gsoc2013-evolution-925b03c373fc79ccd56ab718a0ab97ab92c06115.zip |
Make it fully build
Diffstat (limited to 'plugins/attachment-reminder')
-rw-r--r-- | plugins/attachment-reminder/attachment-reminder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/attachment-reminder/attachment-reminder.c b/plugins/attachment-reminder/attachment-reminder.c index f2d7382314..988d3aa290 100644 --- a/plugins/attachment-reminder/attachment-reminder.c +++ b/plugins/attachment-reminder/attachment-reminder.c @@ -220,7 +220,7 @@ commit_changes (UIData *ui) { GtkTreeModel *model = NULL; GVariantBuilder b; - GVariant v; + GVariant *v; GtkTreeIter iter; gboolean valid; |