Mercurial > hg > easyhg
changeset 23:16be237acf13
ipv6 address shiwing fixes.
author | Jari Korhonen <jtkorhonen@gmail.com> |
---|---|
date | Tue, 18 May 2010 23:56:55 +0300 |
parents | 465fbf9ad5a9 |
children | bb93f0593aeb |
files | common.h mainwindow.h |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/common.h Tue May 18 23:56:20 2010 +0300 +++ b/common.h Tue May 18 23:56:55 2010 +0300 @@ -6,7 +6,7 @@ #include <QtCore> #define APPNAME "HgExplorer" -#define APPVERSION "0.4.3" +#define APPVERSION "0.4.4" #define MY_ICON_SIZE 32 #define REPOMENU_TITLE "Repository actions" #define WORKFOLDERMENU_TITLE "Workfolder actions"
--- a/mainwindow.h Tue May 18 23:56:20 2010 +0300 +++ b/mainwindow.h Tue May 18 23:56:55 2010 +0300 @@ -152,7 +152,7 @@ bool areAllSelectedUntracked(QListWidget *workList); bool isSelectedDeletable(QListWidget *workList); bool areAllSelectedCommitable(QListWidget *workList); - QString findMyIps(); + QString findMyIp(bool& isIpV6); //Actions enabled flags