get_profile_name() will always return a valid string.

svn path=/trunk/; revision=25017
This commit is contained in:
Stig Bjørlykke 2008-04-14 15:20:12 +00:00
parent a287b0f3f5
commit e1aebe1cb6
1 changed files with 0 additions and 3 deletions

View File

@ -420,9 +420,6 @@ dlg_conf_window_new(const gchar *title)
* working with.
*/
profile_name = get_profile_name();
if (!profile_name) {
profile_name = DEFAULT_PROFILE;
}
win_name = g_strdup_printf("%s - Profile: %s", title, profile_name);
win = dlg_window_new(win_name);