Author: alexl Date: Fri Feb 8 16:29:17 2008 New Revision: 13715 URL: http://svn.gnome.org/viewvc/nautilus?rev=13715&view=rev
Log: 2008-02-08 Alexander Larsson <[EMAIL PROTECTED]> * libnautilus-private/nautilus-autorun.c: C89 fix. (#515093) Modified: trunk/ChangeLog trunk/libnautilus-private/nautilus-autorun.c Modified: trunk/libnautilus-private/nautilus-autorun.c ============================================================================== --- trunk/libnautilus-private/nautilus-autorun.c (original) +++ trunk/libnautilus-private/nautilus-autorun.c Fri Feb 8 16:29:17 2008 @@ -1139,8 +1139,8 @@ gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK); if (g_mount_can_eject (mount)) { - eject_button = gtk_button_new_with_mnemonic (_("_Eject")); GtkWidget *eject_image; + eject_button = gtk_button_new_with_mnemonic (_("_Eject")); pixbuf = gtk_icon_theme_load_icon (gtk_icon_theme_get_default (), "media-eject", nautilus_get_icon_size_for_stock_size (GTK_ICON_SIZE_BUTTON), _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.