diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-10-03 18:10:09 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-10-03 18:10:09 +0800 |
commit | 651529309714d5e0116069cb1d59abc918f73cc2 (patch) | |
tree | d3a2a4bb2de086ae6395328aef5b2c9ceeb619dd | |
parent | 114f486953b5446ad40bd369b5e1d9182a01f88c (diff) | |
download | gsoc2013-evolution-651529309714d5e0116069cb1d59abc918f73cc2.tar gsoc2013-evolution-651529309714d5e0116069cb1d59abc918f73cc2.tar.gz gsoc2013-evolution-651529309714d5e0116069cb1d59abc918f73cc2.tar.bz2 gsoc2013-evolution-651529309714d5e0116069cb1d59abc918f73cc2.tar.lz gsoc2013-evolution-651529309714d5e0116069cb1d59abc918f73cc2.tar.xz gsoc2013-evolution-651529309714d5e0116069cb1d59abc918f73cc2.tar.zst gsoc2013-evolution-651529309714d5e0116069cb1d59abc918f73cc2.zip |
Test program change, missed in previous commit.
svn path=/trunk/; revision=30472
-rw-r--r-- | addressbook/printing/test-print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/printing/test-print.c b/addressbook/printing/test-print.c index a1dede7bde..708885a861 100644 --- a/addressbook/printing/test-print.c +++ b/addressbook/printing/test-print.c @@ -77,7 +77,7 @@ int main( int argc, char *argv[] ) shown_fields = g_list_append(shown_fields, "Third field"); shown_fields = g_list_append(shown_fields, "Fourth field"); - print = e_contact_print_dialog_new(NULL, NULL); + print = e_contact_print_dialog_new(NULL, NULL, NULL); gtk_widget_show_all(print); g_signal_connect(print, "close", G_CALLBACK(test_close), NULL); |