~ubuntu-branches/ubuntu/trusty/liblauncher/trusty

« back to all changes in this revision

Viewing changes to launcher/launcher-application.c

  • Committer: Gordon Allott
  • Date: 2009-11-09 18:38:32 UTC
  • Revision ID: mail@gordallott.com-20091109183832-6z1ml8j1u298di84
fixed wnck_window_get_type to wnck_window_get_window_type

Show diffs side-by-side

added added

removed removed

Lines of Context:
951
951
      LauncherApplicationWindow *appwin = (LauncherApplicationWindow *)value;
952
952
      if (WNCK_IS_WINDOW (appwin->window))
953
953
        {
954
 
          WnckWindowType type = wnck_window_get_type (appwin->window);
 
954
          WnckWindowType type = wnck_window_get_window_type (appwin->window);
955
955
          
956
956
          if (type == WNCK_WINDOW_DESKTOP ||
957
957
              type == WNCK_WINDOW_DOCK ||