SF.net SVN: geany-plugins:[533] trunk/geanyvc/geanyvc.c
kugel- at users.sourceforge.net
kugel- at xxxxx
Sat Mar 7 14:58:16 UTC 2009
Revision: 533
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=533&view=rev
Author: kugel-
Date: 2009-03-07 14:58:15 +0000 (Sat, 07 Mar 2009)
Log Message:
-----------
Use FLAG_BASEDIR in vcupdate, so that the basedir is shown in the dialog, not the file (the whole basedir is updated, so this is more correct).
Modified Paths:
--------------
trunk/geanyvc/geanyvc.c
Modified: trunk/geanyvc/geanyvc.c
===================================================================
--- trunk/geanyvc/geanyvc.c 2009-03-07 14:54:25 UTC (rev 532)
+++ trunk/geanyvc/geanyvc.c 2009-03-07 14:58:15 UTC (rev 533)
@@ -948,7 +948,7 @@
}
if (command_with_question_activated(&text, VC_COMMAND_UPDATE,
- _("Do you really want to update?"), FLAG_FILE))
+ _("Do you really want to update?"), FLAG_BASEDIR))
{
document_reload_file(doc, NULL);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list