aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-04-14 15:20:12 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-04-14 15:20:12 +0000
commite1aebe1cb67f8c2452a6168499ede8e33950dc58 (patch)
treeee090c61775bd276f4ae0ca7873893d3e02c4476 /gtk
parenta287b0f3f5089dab43cdfe9b3fcc0ea3d43491a1 (diff)
get_profile_name() will always return a valid string.
svn path=/trunk/; revision=25017
Diffstat (limited to 'gtk')
-rw-r--r--gtk/dlg_utils.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/dlg_utils.c b/gtk/dlg_utils.c
index 750c949e59..cc6686d878 100644
--- a/gtk/dlg_utils.c
+++ b/gtk/dlg_utils.c
@@ -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);