~cairo-dock-team/ubuntu/quantal/cairo-dock-plug-ins/3.0.2

« back to all changes in this revision

Viewing changes to terminal/src/terminal-menu-functions.c

Tags: upstream-2.2.0~0beta4
ImportĀ upstreamĀ versionĀ 2.2.0~0beta4

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        // on cree ou montre le dialogue/desklet
42
42
        if (! myData.tab)
43
43
                terminal_build_and_show_tab ();
44
 
        else if (myDesklet)
45
 
                cairo_dock_show_desklet (myDesklet);
46
44
        else if (myData.dialog)
47
 
                cairo_dock_unhide_dialog(myData.dialog);
 
45
                cairo_dock_toggle_dialog_visibility (myData.dialog);
48
46
        // on donne le focus au terminal de l'onglet courant.
49
47
        cd_terminal_grab_focus ();
50
48
}