main: Init libhandy
This will allow to use libhandy's translations and to init its types.
This commit is contained in:
parent
af58f4c6ed
commit
0ece578658
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
|||
#include <cheese-gtk.h>
|
||||
#endif /* HAVE_CHEESE */
|
||||
|
||||
#define HANDY_USE_UNSTABLE_API
|
||||
#include <handy.h>
|
||||
|
||||
#include "cc-application.h"
|
||||
|
||||
void
|
||||
|
@ -46,6 +49,8 @@ initialize_dependencies (gint *argc,
|
|||
#ifdef HAVE_CHEESE
|
||||
cheese_gtk_init (argc, argv);
|
||||
#endif /* HAVE_CHEESE */
|
||||
|
||||
hdy_init (argc, argv);
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue