~ubuntu-branches/ubuntu/trusty/sound-juicer/trusty

« back to all changes in this revision

Viewing changes to src/gconf-bridge.c

  • Committer: Bazaar Package Importer
  • Author(s): Bilal Akhtar
  • Date: 2010-08-20 14:02:25 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100820140225-cj8w9u6uj4ml19or
Tags: 2.31.6-0ubuntu1
New upstream release. (LP: #621065)

Show diffs side-by-side

added added

removed removed

Lines of Context:
601
601
                char *key;
602
602
                GdkWindowState state;
603
603
 
604
 
                state = gdk_window_get_state (GTK_WIDGET (binding->window)->window);
 
604
                state = gdk_window_get_state (gtk_widget_get_window (GTK_WIDGET (binding->window)));
605
605
 
606
606
                if (state & GDK_WINDOW_STATE_MAXIMIZED) {
607
607
                        key = g_strconcat (binding->key_prefix, "_maximized", NULL);