Comment 0 for bug 205364

Revision history for this message
srikumar (srikumar108) wrote :

Binary package hint: emerald

The repositories tab is missing in emerald-theme-manager:

Hardy beta, emerald version 0.7.2-0ubuntu2.

Fetching the source, I found that line 1558 in themer/main.c is commented out.

--------------------------------------------------------------------------------------------------
void layout_themes_pane(GtkWidget * vbox)
{
    GtkWidget * notebook;
    notebook = gtk_notebook_new();
    gtk_box_pack_startC(vbox,notebook,TRUE,TRUE,0);
    layout_upper_pane(build_notebook_page(_("Themes"),notebook));
    layout_lower_pane(build_notebook_page(_("Edit Themes"),notebook));
// layout_repo_pane(build_notebook_page(_("Repositories"),notebook));

}
--------------------------------------------------------------------------------------------------

Why? By uncommenting that line fetching both GPLed and non-GPLed themes work perfectly.