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

Collapse All | Expand All

(-)branches/0.6.5/kadu-core/main.cpp (-5 / +5 lines)
Lines 153-158 Link Here
153
	}
153
	}
154
154
155
#endif
155
#endif
156
157
	kdebugm(KDEBUG_INFO, "before creation of new KaduApplication\n");
158
	new KaduApplication(argc, argv);
159
	kdebugm(KDEBUG_INFO, "after creation of new KaduApplication\n");
160
156
	debug_mask = -1;
161
	debug_mask = -1;
157
	qInstallMsgHandler(kaduQtMessageHandler);
162
	qInstallMsgHandler(kaduQtMessageHandler);
158
	xml_config_file = new XmlConfigFile();
163
	xml_config_file = new XmlConfigFile();
Lines 199-205 Link Here
199
		if (freopen(path, "w+", stderr) == 0)
204
		if (freopen(path, "w+", stderr) == 0)
200
			fprintf(stdout, "freopen: %s\n", strerror(errno));
205
			fprintf(stdout, "freopen: %s\n", strerror(errno));
201
#endif
206
#endif
202
203
	}
207
	}
204
208
205
#ifdef DEBUG_ENABLED
209
#ifdef DEBUG_ENABLED
Lines 227-236 Link Here
227
		exit(10);
231
		exit(10);
228
	}
232
	}
229
233
230
	kdebugm(KDEBUG_INFO, "before creation of new KaduApplication\n");
231
	new KaduApplication(argc, argv);
232
	kdebugm(KDEBUG_INFO, "after creation of new KaduApplication\n");
233
234
	defaultFont = new QFont(qApp->font());
234
	defaultFont = new QFont(qApp->font());
235
	defaultFontInfo = new QFontInfo(*defaultFont);
235
	defaultFontInfo = new QFontInfo(*defaultFont);
236
	// loading translation
236
	// loading translation

Return to bug 257644