Eliminate compiler warnings
2001-12-20 Bradford Hovinen <hovinen@ximian.com> * capplet-dir-view-list.c: Eliminate compiler warnings * preferences.c: Eliminate compiler warnings * capplet-dir-view.c: Eliminate compiler warnings * capplet-dir.c: Eliminate compiler warnings * main.c: Eliminate compiler warnings
This commit is contained in:
parent
1afc14e0c4
commit
894a0a1c3a
7 changed files with 44 additions and 52 deletions
|
@ -36,13 +36,9 @@
|
|||
int
|
||||
main (int argc, char **argv)
|
||||
{
|
||||
CORBA_ORB orb;
|
||||
|
||||
CappletDirEntry *entry;
|
||||
CappletDir *dir;
|
||||
|
||||
static gchar *capplet = NULL;
|
||||
|
||||
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
|
||||
bind_textdomain_codeset (PACKAGE, "UTF-8");
|
||||
textdomain (PACKAGE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue