comparison console/gntgaim.c @ 13966:80cbf6c2d562

[gaim-migrate @ 16522] Enable the commands (prefixed with /) in conversations. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 19 Jul 2006 23:52:01 +0000
parents 4ed8330435eb
children b7a99d54a5a9
comparison
equal deleted inserted replaced
13965:df0dba522147 13966:80cbf6c2d562
297 if (!init_libgaim(argc, argv)) 297 if (!init_libgaim(argc, argv))
298 return 0; 298 return 0;
299 299
300 /* Initialize and run the UI */ 300 /* Initialize and run the UI */
301 init_gnt_ui(); 301 init_gnt_ui();
302 302 #ifdef STANDALONE
303 gaim_core_quit(); 303 gaim_core_quit();
304 #endif
304 305
305 return 0; 306 return 0;
306 } 307 }
307 308