Author: colossus Date: 2006-06-30 12:34:30 +0000 (Fri, 30 Jun 2006) New Revision: 22228
Modified: xarchiver/trunk/src/callbacks.c xarchiver/trunk/src/rpm.c Log: Fixed a weird behaviour of the GUI when stopping the loading of an RPM archive. Cleaned up the contributors in the About dialog. Modified: xarchiver/trunk/src/callbacks.c =================================================================== --- xarchiver/trunk/src/callbacks.c 2006-06-30 11:43:39 UTC (rev 22227) +++ xarchiver/trunk/src/callbacks.c 2006-06-30 12:34:30 UTC (rev 22228) @@ -561,7 +561,7 @@ { static GtkWidget *about = NULL; const char *authors[] = {"\nDeveloper:\nGiuseppe Torelli - Colossus <[EMAIL PROTECTED]>\n",NULL}; - const char *documenters[] = {"\nThanks to:\nBenedikt Meurer for helping me with DnD.\nStephan Arts for hints on code optimization.\nEnrico Troeger for supplying patchs.\nBjoern Martensen for reporting bugs.\nSalvatore Santagati for integrating\nisoinfo code in Xarchiver.\nUracile for the stunning logo.\nThe XFCE translators.\nThe people of gtk-app-devel-list\nwho kindly answered my questions.", NULL}; + const char *documenters[] = {"\nSpecial thanks to Bjoern Martensen for discovering\nmany bugs in the Xarchiver 0.3.9svn code.\n\nThanks to:\nBenedikt Meurer\nStephan Arts\nEnrico Troeger\nSalvatore Santagati\nUracile for the stunning logo\nThe translators \nThe people of gtk-app-devel-list.", NULL}; if (about != NULL) { gtk_window_present (GTK_WINDOW (about)); Modified: xarchiver/trunk/src/rpm.c =================================================================== --- xarchiver/trunk/src/rpm.c 2006-06-30 11:43:39 UTC (rev 22227) +++ xarchiver/trunk/src/rpm.c 2006-06-30 12:34:30 UTC (rev 22228) @@ -148,6 +148,7 @@ unlink ( cpio_tmp ); unlink ( gzip ); g_free (cpio_tmp); + xa_set_button_state (1,1,0,0,0); return FALSE; } } _______________________________________________ Xfce4-commits mailing list Xfce4-commits@xfce.org http://foo-projects.org/mailman/listinfo/xfce4-commits