Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 710330 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/main.c
0
++ b/main.c
Lines 281-287 int main(int argc, char **argv) Link Here
281
281
282
	home_dir = g_get_home_dir();
282
	home_dir = g_get_home_dir();
283
	home_dir_len = strlen(home_dir);
283
	home_dir_len = strlen(home_dir);
284
	app_dir = g_strdup(getenv("APP_DIR"));
284
	app_dir = "/usr/share/rox";
285
285
286
	/* Get internationalisation up and running. This requires the
286
	/* Get internationalisation up and running. This requires the
287
	 * choices system, to discover the user's preferred language.
287
	 * choices system, to discover the user's preferred language.

Return to bug 710330