summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkdockpanel.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-08-11 23:12:20 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-08-11 23:12:20 (GMT)
commit184249f07fb32fb2449723f5f94ce221015231b7 (patch)
treedba90857104a96be5d1fd07d3051cda474cb3e3b /src/gtkext/gtkdockpanel.c
parent5cd25c4adfe0426520a51a76de3f77c77cfa4b8e (diff)
Improved the loading of several binaries.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@106 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/gtkdockpanel.c')
-rw-r--r--src/gtkext/gtkdockpanel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gtkext/gtkdockpanel.c b/src/gtkext/gtkdockpanel.c
index 41b71aa..536d21b 100644
--- a/src/gtkext/gtkdockpanel.c
+++ b/src/gtkext/gtkdockpanel.c
@@ -674,7 +674,6 @@ static gboolean gtk_dock_panel_update_title(GtkNotebook *notebook, GtkNotebookPa
ditem = GTK_DOCK_ITEM(g_list_nth_data(GTK_DOCK_PANEL(data)->ditems, index));
desc = gtk_dock_item_get_desc(ditem);
- if (desc == NULL) desc = gtk_dock_item_get_name(ditem);
str = calloc(strlen("<b>") + strlen(desc) + strlen("</b>") + 1, sizeof(char));