Mercurial > mplayer.hg
comparison gui/dialog/playlist.c @ 36019:d2d776c8e040
Cosmetic: Rename gtkActive() gtkRaise().
author | ib |
---|---|
date | Sun, 31 Mar 2013 17:08:30 +0000 |
parents | 277882d42938 |
children | a04e8798227b |
comparison
equal
deleted
inserted
replaced
36018:26836919db4e | 36019:d2d776c8e040 |
---|---|
584 | 584 |
585 void ShowPlaylist( void ) | 585 void ShowPlaylist( void ) |
586 { | 586 { |
587 plItem * next; | 587 plItem * next; |
588 | 588 |
589 if ( Playlist ) gtkActive( Playlist ); | 589 if ( Playlist ) gtkRaise( Playlist ); |
590 else Playlist=CreatePlaylist(); | 590 else Playlist=CreatePlaylist(); |
591 | 591 |
592 if ( old_path && *old_path ) | 592 if ( old_path && *old_path ) |
593 { | 593 { |
594 char * currentdir = strdup( old_path ); | 594 char * currentdir = strdup( old_path ); |