~bratsche/gdm/gdm-greeter-gtkrc

« back to all changes in this revision

Viewing changes to gui/gdmchooser.c

  • Committer: Bazaar Package Importer
  • Date: 2008-11-05 23:50:46 UTC
  • Revision ID: jamesw@ubuntu.com-20081105235046-a1f87qv0x87kkdok
Tags: upstream-ubuntu-2.19.4
ImportĀ upstreamĀ versionĀ 2.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
/* Exported for glade */
96
96
void gdm_chooser_add_host (void);
97
97
void gdm_chooser_add_entry_changed (void);
 
98
void gdm_chooser_cancel (int sig);
98
99
void gdm_chooser_manage (GtkButton *button, gpointer data);
99
100
void gdm_chooser_browser_select (GtkWidget *widget,
100
101
                                 gint selected,
1961
1962
        bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
1962
1963
        textdomain (GETTEXT_PACKAGE);
1963
1964
 
 
1965
        /*
 
1966
         * gdm_common_atspi_launch () needs gdk initialized.
 
1967
         * We cannot start gtk before the registry is running
 
1968
         * because the atk-bridge will crash.
 
1969
         */
 
1970
        gdk_init (&argc, &argv);
 
1971
        gdm_common_atspi_launch ();
 
1972
 
1964
1973
        gtk_init (&argc, &argv);
1965
1974
 
1966
1975
        ctx = g_option_context_new (_("- gdm login chooser")); 
2052
2061
                return EXIT_SUCCESS;
2053
2062
        }
2054
2063
    
2055
 
        gtk_window_set_default_icon_from_file (DATADIR"/pixmaps/gdm-xnest.png", NULL);
 
2064
        gtk_window_set_default_icon_name ("gdm-xnest");
2056
2065
 
2057
2066
        gdm_chooser_gui_init ();
2058
2067
        gdm_chooser_signals_init ();